Skip to content

Commit

Permalink
Update Git-ServerOnRpi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusdemora authored Dec 31, 2024
1 parent f43e7bf commit 1eee196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Git-ServerOnRpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ $ git worktree remove motd-worktree
| &nbsp;&nbsp;&nbsp;--- **ALTERNATIVELY :** | manually edit `</path/to/repo/.git/config>`
| Designate **GitHub** as the 'remote' | [see this recipe](https://github.com/seamusdemora/PiFormulae/blob/master/GitForRPi-GitHub.md) |
| Show the 'remote' in use for client repo | `git remote -v [show]` |
| Check the 'status' of the client repo | `git status` |
| Check the 'status' of the client repo | `git status` [see note](#an-explanatory-note-re-git-status) |
| Commit changes to a git client - ***two steps***: | ↓↓↓↓↓ |
| &nbsp;&nbsp;&nbsp;1. add new & changed files | `git add <file1 file2 etc>` -OR- `<.>` for all files |
| &nbsp;&nbsp;&nbsp;2. commit changes with a commit message | `git commit -m 'a commit message'` |
Expand Down

0 comments on commit 1eee196

Please sign in to comment.