Skip to content

Commit

Permalink
Merge pull request #1534 from Jieseldeep/patch-3
Browse files Browse the repository at this point in the history
Update update-your-rig.md
  • Loading branch information
danamlewis committed Apr 19, 2020
2 parents aa63312 + dc65f38 commit 5d43eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/Customize-Iterate/update-your-rig.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ However, if it's a brand-new feature that's being tested or is recently added to
1. `cd ~/src/oref0`
2. `git fetch` will update the local git repository. This does not change anything in your working directory
3. `git status` will tell you which branch your working directory is on and how many commits your working directory is behind
4. `git log origin/master` (replace `master` with the branch you are on) will print the commit descriptions. You only need to review the number of log messages corresponding to the number of commites your working directory is behind.
4. `git log origin/master` (replace `master` with the branch you are on) will print the commit descriptions. You only need to review the number of log messages corresponding to the number of commits your working directory is behind.
5. `git diff origin/master..` (replace `master` with the branch you are on) will print the individual file differences between your working copy and the new version.

</details>
Expand Down

0 comments on commit 5d43eb6

Please sign in to comment.