Lines Matching refs:git
11 $ git checkout -b my_feature origin/master
17 $ git add [file1] [file2] ...
18 $ git commit
24 $ git pull --rebase
59 Use git-cl, which comes with [depot tools](http://sites.google.com/a/chromium.org/dev/developers/ho…
60 For help, run git-cl help.
62 ### Configuring git-cl
64 Before using any git-cl commands you will need to configure it to point at the
68 git cl config https://skia.googlesource.com/skia/+/master/codereview.settings
74 touching. If you have doubts, look at the git blame for the file to see who else
81 Use git cl to upload your change:
83 $ git cl upload
89 configured using git config --global user.email above, but it can.
106 send the email directly when uploading a change in both gcl and git-cl.
131 code, commit it again locally, and then run git cl upload again e.g.
135 git add GOATS
136 git commit -m 'add newline fix to GOATS'
137 git cl upload
152 $ git checkout master
153 $ git branch -D my_feature
190 If you don't have committer rights in https://skia.googlesource.com/skia.git ...
207 git-cl will squash all your commits into a single one with the description you used when you upload…
210 git cl land
214 git cl land -c 'Contributor Name <email@example.com>'