Explorar o código

git reflog: add page (#2042)

thescalaguy %!s(int64=7) %!d(string=hai) anos
pai
achega
de9412b54e
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      pages/common/git-reflog.md

+ 11 - 0
pages/common/git-reflog.md

@@ -0,0 +1,11 @@
+# git reflog
+
+> Show when the reference logs were updated in local repository.
+
+- View reflog:
+
+`git reflog`
+
+- View 5 latest entries in reflog:
+
+`git reflog -n {{5}}`