Skip to content

Commit

Permalink
Update readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Sep 26, 2024
1 parent 82c68b4 commit 81692e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@ All of which is to say: Code is fundamental to our work, and it would be both ri

## Contents

- [**Setup**](00-setup.md)
- [**Setup**](docs/setup.md)
- Install and set up `git`
- Authenticate `git` to GitHub
- Basic configuration
- Troubleshooting
- [**Creating and managing a repository**](01-creating-repositories.md)
- [**Creating and managing a repository**](docs/creating-repositories.md)
- Create a repository locally
- Create a repository in GitHub
- Adding or removing collaborators
- [**Source control basics**](02-git-basics.md)
- [**Source control basics**](docs/git-basics.md)
- Diff
- Status
- Add
- Commit
- Push/Pull
- Fetch
- Log
- [**Branches, Forks, and Merges**](03-forks-branches.md)
- [**Branches, Forks, and Merges**](docs/forks-branches.md)
- Branches
- Forks
- Fetch from Upstream
- Merges and Pull Requests
- [**Issues**](04-github-issues.md)
- [**Advanced Git/GitHub Features**](05-git-advanced.md)
- [**Advanced Git/GitHub Features**](docs/git-advanced.md)
- Stash
- Signing commits
- Reset and Revert
- Rebase
- Cherry-pick
- Renaming `origin`
- Bonus
- [**GitHub Actions**](06-github-actions.md)
- [**GitHub Actions**](docs/github-actions.md)
- About
- Credentials & Secrets
- Example 1 - Build software upon a push
Expand Down

0 comments on commit 81692e4

Please sign in to comment.