GIT

Git is a version control and source code management (SCM) system.


Managing your sourcecode with Git and GitHub


GitHub is a web-based hosting service for software development projects that use the Git revision control system. GitHub offers free accounts for open source projects.

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

No comments:

Post a Comment