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.
Last updated
'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.
Last updated