git tutorial video
02 minutes11 secondsIntroduction to git outline
02 minutes53 secondsVersion management tool concept
06 minutes13 secondsThe difference between git and svn
12 minutes08 secondsThe development history of git
06 minutes18 secondsgit installation
07 minutes04 secondsgit workflow
12 minutes34 secondsDetailed operations of TortoiseGit
33 minutes26 secondsThe concept of git branch
21 minutes56 secondsCreate and view branches
05 minutes16 secondsBranch switching merge deletion
11 minutes29 secondsMerge branch conflict resolution
15 minutes28 secondstagtag
18 minutes53 secondsRemote warehouse in LAN
09 minutes00 secondsCreate a remote warehouse on the code cloud
11 minutes04 secondsPush the local warehouse to the remote end
08 minutes06 secondsClone, modify, view history
06 minutes22 secondsUse ssh to complete push cloning
10 minutes50 secondsOther operations of remote warehouse
06 minutes33 secondsgitee builds a personal homepage
08 minutes38 secondsSet user information on the command line
05 minutes57 secondsCreate a git repository from the command line
05 minutes57 secondsClone remote repository from command line
02 minutes45 secondsView file status
07 minutes43 secondsAdd files to the staging area
05 minutes09 secondsSubmit the staging area files to the local warehouse
03 minutes58 secondsDelete files and roll back from command line
04 minutes25 secondsView remote from command line
06 minutes28 secondsCommand far local repository to add remote repository
07 minutes31 secondsCommand line to get code from remote repository
10 minutes46 secondsPush the local warehouse to the remote warehouse using the command line
04 minutes21 secondsCommand line create view switch delete branch
06 minutes23 secondsSubmit branch to remote
03 minutes41 secondsCommand line merge branches
04 minutes00 secondsCommand line merge branches to resolve conflicts
09 minutes57 secondsDelete remote branch from command line
01 minutes43 secondsCommand line operation tag
08 minutes31 secondsHow to develop in the enterprise
18 minutes47 seconds