Version control your website with Git

Veröffentlicht am: 10 April 2017
auf dem Kanal: { j }code
511
2

Setting up the project with Git.

If you don't already have Git installed, follow the steps below:
https://git-scm.com/book/en/v2/Gettin...

For those that don't like using the command line, there are lots of available user interfaces for Git, a few listed here:

Source Tree: https://www.sourcetreeapp.com/
GitHub Desktop: https://desktop.github.com/
GitKraken: https://www.gitkraken.com/


Note: Git can get complex when working with a team, handling merge conflicts, or dealing with submodules. However if you are just working on something alone, you will typically only be using the commands shown in this video.

Commands Used:

"git init" - initialize the git project
"git status" - shows the status of the working tree
"git add {filename}" - add the file to staging for next commit
"git add ." - add all files to staging for next commit
"git commit -m '{message}' " - commit all staged files with a message
"git log" - show commit logs


Auf dieser Seite können Sie das Online-Video Version control your website with Git mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer { j }code 10 April 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 511 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!