
GitLab
3 Questions
1 Total Posts
0 Snippets
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
5295