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

Side by Side Diff: docs/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 | « docs/src/git-freeze.txt ('k') | docs/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
(Empty)
1 #!/bin/bash
2 . demo_repo.sh
3
4 add deleted_file
5 add unstaged_deleted_file
6 add modified_file
7 c "demo changes"
8
9 add added_file_with_unstaged_changes
10 echo bob >> added_file_with_unstaged_changes
11
12 add added_file
13 echo bob >> modified_file
14 silent git rm deleted_file
15 rm unstaged_deleted_file
16 touch unadded_file
17
18 run git status --short
19 run git freeze
20 run git status --short
21 run git log -n 2 --stat
22 run git thaw
23 run git status --short
OLDNEW
« no previous file with comments | « docs/src/git-freeze.txt ('k') | docs/src/git-map.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698