From 9186b80902567f71c835e228d4c8236d1468f59b Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Sat, 25 Jul 2020 00:28:25 -0400 Subject: [PATCH] --- Comandos-Basicos-Git.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Comandos-Basicos-Git.md b/Comandos-Basicos-Git.md index 402cd7b..201eb1d 100644 --- a/Comandos-Basicos-Git.md +++ b/Comandos-Basicos-Git.md @@ -64,9 +64,12 @@ git commit -m "--amend para sobreescribir el ultimo commit" --amend ##### HEAD ` indica el commint en el cual esta situado el puntero de git` ### Otros -`git status` +`git status` + `git log` + `git config --global alias.[alias] "comando"` Alias + `git branches --list` ## Git Reset