Skip to content

Commit

Permalink
Add branch details
Browse files Browse the repository at this point in the history
  • Loading branch information
makeasnek committed Oct 30, 2023
1 parent 09571d8 commit 34a2493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For installation of Jekyll, please follow the [installation guide](https://jekyl
(replace this with your fork)
4. `cd Gridcoin-Site`

5. `git branch your_branch_name` (give it a descriptive name like "whitelist changes")
5. `git branch your_branch_name` (give it a descriptive name like "whitelist changes") followed by `git checkout your_branch_name`

6. Every time you make changes, run `git commit -a` to add your changes followed by `git push` to push them to your repo on github.com.

Expand All @@ -38,7 +38,7 @@ For installation of Jekyll, please follow the [installation guide](https://jekyl

4. Go to Gridcoin-Site folder (or whatever you specified when pulling the repo) `Shift+RightClick` -> Open Cmd Prompt Here or Open Powershell window here(Win 10)

5. `git branch your_branch_name` (give it a descriptive name like "whitelist changes")
5. `git branch your_branch_name` (give it a descriptive name like "whitelist changes") followed by `git checkout your_branch_name`

6. Every time you make changes, run `git commit -a` to add your changes followed by `git push` to push them to your repo on github.com.

Expand Down

0 comments on commit 34a2493

Please sign in to comment.