GIT Cheat-Sheet (Terminal Way)
@abhishek-fg9tRh
•
Oct 26, 2024
Oct 26, 2024
1.4K
GIT is an epic distributed version control tool out there, no shit (Linus developed it!) But there are too many commands and memorizing all of 'em is pretty tough. So I was looking for cheatbook for GIT which is easy to access, searched within Github itself. Wasn't disappointed.
Open terminal & type :

Add following lines in .bashrc

Save it.
Now, open terminal & type :

Bye Bye Man Pages.
Open terminal & type :
git clone https://github.com/0xAX/git-cheat.gitEdit .bashrc

Add following lines in .bashrc
export PATH=/home/Username/git-cheat/:$PATH

Save it.
Now, open terminal & type :
source .bashrcTa Da! Now access cheat-book from terminal.

Bye Bye Man Pages.