Bitbucket

Bitbucket

6
2
1

Git Cheat Sheet - Commands

git init <directory>:  Create empty Git repo in the specified directory. Run with no arguments to initialize the current directory as a git repository.
Deepak Kumar
Git Cheat Sheet - Commands
1
0
6657

Create Git aliases, And Git Commands You May Not Know

One of my favorite feature in Git is aliases. Git supports aliases, which implies you can provide your commands any name you need. I like to set aliases for long commands to avoid (...)
Harish Kumar
Create Git aliases, And Git Commands You May Not Know
0
0
1901