Skip to content

Commit 8dd1d65

Browse files
authored
Update forking_workflow.md
1 parent fc5c975 commit 8dd1d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forking_workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Your branch is up to date with 'origin/main'.
5252
5353
nothing to commit, working tree clean
5454
```
55-
**Note**: `origin/main` here refers to the main branch of the origin repo. `Main` is the main branch. We won't go into branching too much here, so just ignore that. `Origin` is a name for the remote repository this local repository is cloned from, the "Forked" repo. Git by default keeps track of this remote repo after a `git clone` command. It will also be helpul for git to keep track of another remote repo, the "Parent" repo. To configure this, run:
55+
**Note**: `origin/main` here refers to the main branch of the origin repo. `main` is the main branch. We won't go into branching too much here, so just ignore that. `Origin` is a name for the remote repository this local repository is cloned from, the "Forked" repo. Git by default keeps track of this remote repo after a `git clone` command. It will also be helpul for git to keep track of another remote repo, the "Parent" repo. To configure this, run:
5656
```
5757
git remote add upstream https://github.com/uwcnc/cnc_github_tutorial.git
5858
```

0 commit comments

Comments
 (0)