Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- .git*
- itconfig * ''~/.gitconfig'': <code properties> [alias] ck = checkout s = status ... d%d\\ %Creset%s%Cblue\\ [%cn]" --decorate alias = ! git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ / a = add b = branch c = commit
- git alias
- = git alias * [[https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases]] == alias * <code bash>git config --global alias.cm ‘-c “user.name=matebcn” commit’</code> /via: [[https:/
- git repo server
- Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding no </code> ... om/questions/489771/block-git-user-from-login-but-allow-the-user-to-still-function-as-a-git-repo]] ==... e source to local branches of the target, it maps all refs (including remote-tracking branches, notes ... c.) and sets up a refspec configuration such that all these refs are overwritten by a git remote updat
- Anotaciones curso GIT
- ig --global core.editor * git config --global alias.unstage 'reset HEAD ~' * git config --global alias.last 'log -1 HEAD' * git rm [-f][--cached] ... etty][--online][-n][--since][--until][--author][--all-match][-S] * online, short, full, fuller, fo
- git: fusion varios repos en 1 conservando historia
- dd -f first_repo `link_to_first_repo` git merge --allow-unrelated-histories first_repo/master</code> ... fter the remote information is set up.) * ''--allow-unrelated-histories'' permite saltarse la rest
- git MERGE
- de una rama que ha sido mergeada {{ :info:cursos:altran:pasted:20180731-040121.png?450 }} en ambos casos, al hacer el **merge** se trae todo el historial de e
- git TAG
- ut <tag>'' : se usa como referencia para movernos al commit asociado == sincronizar * ''git push <remote> refs/tags/<tag>'' : sube el tag al repositorio * ''git push %%--%%tags'' : sube to
- git config
- losario * HEAD == @ * HEAD^ : commit anterior al HEAD * HEAD@{1.month} * - (guión) : te devuel
- git LFS
- a todos los repos de la sesión, con --local solo al actual</code> * configuración:<code bash>git lf
- git REBASE
- mos **n** commits * ''git pull %%--rebase%%'' : al recuperar del remoto, se actualiza la historia
- Crear repositorio de solo lectura (para algunos)
- = Crear repositorio de solo lectura (para algunos) {{tag>git}} * Crear repo: <code bash>mkdir mi_rep
- git REVERT
- mmit>'' : revierte desde el primero (no incluido) al último * ''-n'' : no realiza el commit ¿?
- git tips
- (no push) <code bash (ohshitgit) agregar cambios al último commit>git add . git commit --amend --no-e
- git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
- tracked*) cuando añadiste la línea `data/cache/*` al `.gitignore`, **estos ficheros seguirán siendo ra... xisten localmente. ¿Te gustaría que te explicara alguna otra situación común con `.gitignore` o que t