Lines Matching refs:git
4 Install gclient and git
11 depot_tools will also install git on your system, if it wasn't installed
16 Configure git
19 $ git config --global user.name "Your Name"
20 $ git config --global user.email you@example.com
27 $ gclient config --name . --unmanaged https://skia.googlesource.com/skia.git
29 $ git checkout master
40 $ git checkout --track origin/master -b my_feature master
44 $ git add [file1] [file2] ...
45 $ git commit
49 $ git pull --rebase
55 $ git cl upload
60 configured using git config --global user.email above, but it can.
72 $ git checkout master
73 $ git branch -D my_feature