Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Side by Side Diff: man/src/git-freeze.demo.1.sh

Issue 259863004: Move docs folder to man. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « man/src/git-freeze.txt ('k') | man/src/git-map.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 . demo_repo.sh 2 . demo_repo.sh
3 3
4 add deleted_file 4 add deleted_file
5 add unstaged_deleted_file 5 add unstaged_deleted_file
6 add modified_file 6 add modified_file
7 c "demo changes" 7 c "demo changes"
8 8
9 add added_file_with_unstaged_changes 9 add added_file_with_unstaged_changes
10 echo bob >> added_file_with_unstaged_changes 10 echo bob >> added_file_with_unstaged_changes
11 11
12 add added_file 12 add added_file
13 echo bob >> modified_file 13 echo bob >> modified_file
14 silent git rm deleted_file 14 silent git rm deleted_file
15 rm unstaged_deleted_file 15 rm unstaged_deleted_file
16 touch unadded_file 16 touch unadded_file
17 17
18 run git status --short 18 run git status --short
19 run git freeze 19 run git freeze
20 run git status --short 20 run git status --short
21 run git log -n 2 --stat 21 run git log -n 2 --stat
22 run git thaw 22 run git thaw
23 run git status --short 23 run git status --short
OLDNEW
« no previous file with comments | « man/src/git-freeze.txt ('k') | man/src/git-map.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698