Minggu, 24 Desember 2017

Git is??

Git is a version control system used by developers to develop software together. The main function of git is to set the version of the source code of your program by giving the line mark and which code is added or replaced.
Git is actually easier for programmers to know the source code changes than to create new files such as Program.java, ProgramRevisi.java, ProgramRevisi2.java, ProgramFix.java. In addition, with git we do not have to worry about the code that we do clashing, because every developer can create branches as workspace.Features no less cool again, in git we can comment on the source code that has been added / modified, this makes it easy for developers another to know what constraints experienced by other developers.
To know how to use git, here are the basic git commands:
Git init: to create a repository on a local file that will have a .git folder
Git status: to know the status of the local repository
Git add: add a new file to the selected repository
Git commit: to save changes made, but no changes to the remote repository.
Git push: to send the file changes after the commit to the remote repository.
Git branch: view all branches in the repository
Git checkout: switches the active branch with the selected branch
GIt merge: to merge the active branch and branch selected
Git clone: ​​make a copy of the local repository
Examples of version control system software are github, bitbucket, snowy evening, and much more. If you as a developer do not know this git feature, then you must try and use it. Because of the many benefits to be gained with this git.

Tidak ada komentar:

Posting Komentar

Follow Us @soratemplates