Añadir enlaces web
This commit is contained in:
parent
3c46dd5ac5
commit
1ddf30f5be
34
.gitconfig
34
.gitconfig
@ -1,34 +0,0 @@
|
|||||||
[user]
|
|
||||||
email = noreply@vergaracarmona.es
|
|
||||||
name = manuel vergara
|
|
||||||
[github]
|
|
||||||
user = manudocker
|
|
||||||
[core]
|
|
||||||
editor = nano
|
|
||||||
[pull]
|
|
||||||
rebase = false
|
|
||||||
[init]
|
|
||||||
defaultBranch = main
|
|
||||||
[alias]
|
|
||||||
cg = config --global
|
|
||||||
cl = config --list
|
|
||||||
all = add .
|
|
||||||
st = status
|
|
||||||
unstage = reset HEAD --
|
|
||||||
ci = commit -m
|
|
||||||
cia = commit -am
|
|
||||||
amend = commit --amend
|
|
||||||
ps = push
|
|
||||||
psu = ps --set-upstream origin
|
|
||||||
pl = pull
|
|
||||||
pf = ! git pull && git fetch
|
|
||||||
lg = log --graph --pretty=format:"%C(yellow)%h%Cred%d%Creset - %C(cyan)%an%Creset: '%s' %Cgreen(%cr)%Creset" --abbrev-commit
|
|
||||||
nm = lg --no-merges
|
|
||||||
df = lg -p
|
|
||||||
co = checkout
|
|
||||||
br = branch
|
|
||||||
main = branch -M main
|
|
||||||
back = co -- .
|
|
||||||
[credential "https://github.com"]
|
|
||||||
helper =
|
|
||||||
helper = !/usr/bin/gh auth git-credential
|
|
13
README.md
13
README.md
@ -20,6 +20,7 @@
|
|||||||
- [OTROS COMANDOS](#otros-comandos)
|
- [OTROS COMANDOS](#otros-comandos)
|
||||||
- [Fork](#fork)
|
- [Fork](#fork)
|
||||||
- [Info de Git con más detalles](#info-de-git-con-más-detalles)
|
- [Info de Git con más detalles](#info-de-git-con-más-detalles)
|
||||||
|
- [Invítame a un café](#invítame-a-un-café)
|
||||||
|
|
||||||
## Configuración Básica
|
## Configuración Básica
|
||||||
|
|
||||||
@ -318,9 +319,19 @@ Merge con master de un fork
|
|||||||
|
|
||||||
## Info de Git con más detalles
|
## Info de Git con más detalles
|
||||||
Con explicaciones, gráficos, emoticonos... no tan seco como este README:
|
Con explicaciones, gráficos, emoticonos... no tan seco como este README:
|
||||||
- Apuntes "[Comandos de git](https://vergaracarmona.es/comandos-de-git/)"
|
|
||||||
- [Apuntes del Curso de Git](https://vergaracarmona.es/wp-content/uploads/2022/10/Curso-git_vergaracarmona.es_.pdf) de [Juan Carlos Rubio](https://www.linkedin.com/in/juan-carlos-rubio-pineda-es) en [OpenWebinars](https://openwebinars.net/cursos/git/) por el que me dieron esta [certificación](https://vergaracarmona.es/wp-content/uploads/2022/05/OpenWebinars-Git.pdf).
|
- [Apuntes del Curso de Git](https://vergaracarmona.es/wp-content/uploads/2022/10/Curso-git_vergaracarmona.es_.pdf) de [Juan Carlos Rubio](https://www.linkedin.com/in/juan-carlos-rubio-pineda-es) en [OpenWebinars](https://openwebinars.net/cursos/git/) por el que me dieron esta [certificación](https://vergaracarmona.es/wp-content/uploads/2022/05/OpenWebinars-Git.pdf).
|
||||||
|
- En mis [apuntes](https://vergaracarmona.es/apuntes/).
|
||||||
|
- ["Instalar git en ubuntu"](https://vergaracarmona.es/instalar-git-en-ubuntu/)
|
||||||
|
- ["Comandos de git"](https://vergaracarmona.es/comandos-de-git/)
|
||||||
|
- ["Estrategias de fusión en git: Ship / Show / Ask"](https://vergaracarmona.es/estrategias-bifurcacion-git-ship-show-ask/)
|
||||||
|
- ["Resolver conflictos en Git. Merge, Squash, Rebase o Pull"](https://vergaracarmona.es/merge-squash-rebase-pull/)
|
||||||
|
- ["Borrar commits de git: reset, rebase y cherry-pick"](https://vergaracarmona.es/reset-rebase-cherry-pick/)
|
||||||
|
|
||||||
|
### Invítame a un café
|
||||||
|
<p>
|
||||||
|
<a href="https://www.buymeacoffee.com/manuelver"> <img align="left" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="https://www.buymeacoffee.com/manuelver" /></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br><br><br>
|
||||||
|
|
||||||
[Manuel Vergara](https://vergaracarmona.es)
|
[Manuel Vergara](https://vergaracarmona.es)
|
Loading…
Reference in New Issue
Block a user