Skip to content

Commit

Permalink
Update Git-ServerOnRpi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusdemora committed Sep 8, 2024
1 parent 13fdd44 commit 0fb1ea3
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 @@ -272,7 +272,7 @@ $ git worktree remove motd-worktree

| Server Objective: | `git` server command |
| ---- | ----|
| Create an empty server repo - *two steps*: | ↓↓↓↓↓ |
| Create an empty server repo - ***two steps***: | ↓↓↓↓↓ |
|    1. create a folder & `cd` into it | `mkdir srvgitrepo && cd srvgitrepo` |
|    2. initialize the new git repo | `git init --bare` |
| Create a "working tree" in git server repo | `git worktree add <srv-worktree>` |
Expand Down

0 comments on commit 0fb1ea3

Please sign in to comment.