git configuration and basic commands

Veröffentlicht am: 10 April 2017
auf dem Kanal: Teachdroid
22
3

git configuration and basic commands

download git https://git-scm.com/download/win

create account here https://gitlab.com/

What is git ? and use?

Git is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people.
It is primarily used for software development, but it can be used to keep track of changes in any files

git commands :

git clone url (for cloning the code from that account to you system)
git status (for checking changes )
git checkout filepath (to remove change which you do not need)
git add filepath (to add file change in project)
git commit -m "which change you made write here"
git push origin origin name(to store the changes)
git pull origin origin name (to get all changes to that project)

thanks.....


Auf dieser Seite können Sie das Online-Video git configuration and basic commands mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Teachdroid 10 April 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 22 Mal angesehen und es wurde von 3 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!