Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions LAB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# lab exercise
go to https://github.com/CWMe/GitGud2.git and click the fork button in the top right

clone your new forked repo
```
git clone YOUR_FORKED_REPO_URL_HERE
cd GitGud2
```

create a feature branch from master
```
git checkout -b feature-a master
```

make a change to the README.md file and commit it prepare a file for a commit
```
git add README.md
```

make the commit, a snapshot of your project is created
```
git commit -m "updated readme"
```

# push feature branch
```
git push origin feature-a
```

# submit pull request
go to https://github.com/CWMe/GitGud2/compare and setup a new pull request from your `feature-a` branch to `master`

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# GitGud2
The repo for Thursday Night Oct 4th


# KILLROY WAS HERE
=======
Hello World - Shiva
qqq

1 change: 0 additions & 1 deletion random.txt

This file was deleted.