How Git Works – 7 Basic Steps for Beginners
Git is a distributed version control system created by Linus Torvalds in 2005. It also has an excellent support for branching, merging, rewriting repository history and more. Git is considered to be the modern standard for software development.
|
|
In this guide you are going to learn the basics of git workflows like
Create a repository (project).
Clone (copy) your repository to your local machine
Add a file to your local repository and commit (save) the changes.
Push the changes to your main branch.
Create a branch (version), make commit, push changes to the new branch.
Open a pull request (propose changes to master).
Merge your branch to master branch. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.