Explorar o código

Two remote git commands added

- git remote show origin
- git push --delete origin branch
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
3cf48548ee
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Guides/git.md

+ 6 - 0
Guides/git.md

@@ -49,3 +49,9 @@ See **config** for setting his own git tool for diff.
 `git log --graph` see branches history
 `git log --graph` see branches history
 
 
 `git log --stat` see numbers of modifs on each file for every commit
 `git log --stat` see numbers of modifs on each file for every commit
+
+### Remote
+
+`git remote show <remote_name>` show useful information about remote
+
+`git push --delete <remote_name> <branch_name>` delete a remote branch