GIT Cheat-Sheet (Terminal Way)

Abhishek Rawal

Abhishek Rawal

@abhishek-fg9tRh Oct 26, 2024
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 :
git clone https://github.com/0xAX/git-cheat.git
Edit .bashrc
Screenshot from 2015-02-02 17:59:54

Add following lines in .bashrc
export PATH=/home/Username/git-cheat/:$PATH
Screenshot from 2015-02-02 18:01:39
Save it.
Now, open terminal & type :
source .bashrc
Ta Da! Now access cheat-book from terminal.
Screenshot from 2015-02-02 18:06:11

Bye Bye Man Pages.

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform