Suppose you are developing a software. That software needs some sort of version control system. Here are couple of reasons for that -
- For seperating your application into multilple parts, and working on them individually
- For implementing new ideas, new features temporarily and then adding them permanently in your application if it fits the purpose
- You need a safe place where you can save your application remotely, in case something bad happens in your home pc.
- Developing application simultaneously, along with a team.
All of the points above are must to follow. And there are some tools out there to help you out. Git is one of them.
Git is a distributed version-control system for tracking changes in source code during software development.
You can check out (git website) for more detail.
Now there are couple of hosting services for git version control, like github, bitbucket, where you can store your application free and privately.
If you are not familiar with git, but you want to learn how to use it, here are couple of links that you can follow to learn it.
- https://kbroman.org/github_tutorial/
- https://www.atlassian.com/git/tutorials/
- https://innerjoiner.com/guide/git-team-workflow-cheatsheet/
Hope this is helpful for you. Fee free to comment and share ! Have a nice day . Thanks for visiting SOFTBIN :)
-Junaed Siam
Full stack Web Developer (SOFTBIN)
Comments
Post from same Category :
Post Categories:
- Tech news 1
- Software Development 2
- Problem solving 1
- UI/UX design 1
- Business 1
- Web Development 4
- SEO 2
- eCommerce 1