टाइपो अपने-आप सुधारना $ git config --global help.autocorrect 1

कमिट गिनना $ git rev-list --count

Repo ऑप्टिमाइज़ करना $ git gc --prune=now --aggressive

ट्रैकिंग से बाहर फ़ाइलों का बैकअप लेना $ git ls-files --others --exclude-standard -z | xargs -0 tar rvf ~/backup-untracked.zip

दूसरी branch की फ़ाइल देखना $ git show main:README.md

Git में खोज करना $ git rev-list --all | xargs git grep -F ‘’

.git फ़ोल्डर को समझना

$ cat .git/HEAD

$ cat .git/description

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.