Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- git MERGE
- eras de mostrar/trabajar: * ''no-ff'' -> no fastforward : nanera de trabajar por defecto de la mayorí... creadas con sus propios commits * ''ff'' -> fastforward : se integra en una línea, sin mostrar las pa... <rama>'' : merge de la rama actual con <rama> en formato fast-forward * ''%%--no-ff%%'' : en formato no-fastforward * ''git merge %%--%%squash <rama>
- git repo server
- */etc/ssh/sshd_config**:<code> Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding no </code> * **gitlab-ce**:<code ; ~git/.ssh/authorized_keys> command="/... vice/gitlab-shell/bin/gitlab-shell key-1",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-p
- .git*
- -oneline --max-count=10 ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]... line --decorate --graph ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]... unstage = reset --soft HEAD^ ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]
- git FETCH
- te o un aviso sonoro), pero la terminal te dará información visual inmediata si hay algo nuevo. `git f... para ver si ha llegado el correo: descargas la información sobre lo que hay en el servidor, pero no "a... ehind 'origin/main' by 3 commits, and can be fast-forwarded."** Esta es, funcionalmente, tu notificaci
- git LFS
- t@git.fidmag.org:2222/usuario/repo.git</code> - Forzar la subida de todos los objetos LFS:<code bash>... itorio a LFS:<code bash> git lfs migrate import --include="*.mp4" --everything git push --force </code>
- git TAG
- ferencia a un commit * annotated: añade más información, como autor, mensaje y fecha == añadir *... muestra lista de tags * ''git show <tag>'' : información del tag * ''git checkout <tag>'' : se usa
- .git* - .gitattributes @tech:git:dotfiles
- ibuto echo "*.bin binary" >> .gitattributes # 2. Forzar a Git a tratar los existentes como binarios gi... code bash> # 1. Elimina todo del índice de Git de forma segura (sin borrar tus archivos del disco) git
- Anotaciones curso GIT
- all-match][-S] * online, short, full, fuller, format * !! git reset HEAD <file> [--hard] * !! g
- git DIFF
- bash>git log branch1..branch2</code> * menos información:<code bash>git log --oneline --graph --deco
- git diff[tool]
- -tool]] == more * [[https://git-scm.com/docs/diff-format]] * [[https://git-scm.com/docs/git-diff]]
- git: fusion varios repos en 1 conservando historia
- etch <name> is run immediately after the remote information is set up.) * ''--allow-unrelated-histo
- GIT
- t-cheatsheet-en-dark.pdf |}} * {{ :tech:git:git-for-subversion-cheat-sheet.pdf |}} * {{ :tech:git:a