Deepak Kumar @realdeepak167
42 Total Points
0 Best Answers
1 Posts
0 Snippits
Posts
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.
1
0
8120