π
π
π
π
Git-Help
Git Cheatsheet
Searchβ¦
A Simple Git Help
Basics
Git Branching
Pull Request
Submodules
Commands
Commit changes to other branch
git log
git status
git init
Amend a commit
Reset a file or full
Undo git add
Get remote repo url
Add or Set Remote URL
Credits & Other
Other good links
Credits
Powered By
GitBook
git init
'git init' will make the current directory/folder to git repo, which means you can link the current folder to a remote git hosting provider like GitHub.com, GitLab.com , BitBucket etc.
1
// Run this command inside the folder
2
git init
Copied!
Commands - Previous
git status
Next - Commands
Amend a commit
Last modified
6mo ago
Copy link