Git is a version control and source code management (SCM) system.
Managing your sourcecode with Git and GitHub
Git CLI commands
- git fetch --all
- git branch -a
- git branch -r
- git push origin branch.name
- git commit -m"commit.message"
- git clean -f -d
References
- Git, https://github.com/
No comments:
Post a Comment