Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 434b1b1

Browse files
committed
hw instructions update
1 parent 8e7c5fa commit 434b1b1

File tree

3 files changed

+6
-66
lines changed

3 files changed

+6
-66
lines changed

javascript3/week1/homework.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
11
# Homework
22

3-
### Get git ready to work on homework
3+
## Start the homework
44

5-
Using the `hyf-homework` repo. In the terminal run `git status`
6-
7-
If there are changes that have not been committed, figure out what to do with those changes
8-
9-
- Should they be committed to another branch?
10-
- Should they be committed to `master`?
11-
- Should they be discarded?
12-
13-
When you have figured out what to do with the changes and fixed those. Write `git status` again. If it says `nothing to commit, working tree clean`. Then you are ready to create the branch for this weeks homework.
14-
15-
#### Creating the branch
16-
17-
Using the `hyf-homework` repo write this command
18-
19-
`git checkout master` - You are now on the `master` branch
20-
21-
`git checkout -b javascript-javascript3-week1`
22-
23-
This will create and checkout the branch so you are ready make commits to it
24-
25-
[This video](https://www.youtube.com/watch?v=JcT4wmK1VcA) can help. On slack use the #git-support channel to ask questions about git
5+
Need to brush up on the homework setup process? Check [this](https://github.com/HackYourFuture-CPH/Git/blob/main/homework_hand_in.md) out before you get into some git confusion!
266

277
## Why should i even do this homework?
288

javascript3/week2/homework.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
11
# Homework
22

3-
### Get git ready to work on homework
3+
## Start the homework
44

5-
Using the `hyf-homework` repo. In the terminal run `git status`
6-
7-
If there are changes that have not been committed, figure out what to do with those changes
8-
9-
- Should they be committed to another branch?
10-
- Should they be committed to `master`?
11-
- Should they be discarded?
12-
13-
When you have figured out what to do with the changes and fixed those. Write `git status` again. If it says `nothing to commit, working tree clean`. Then you are ready to create the branch for this weeks homework.
14-
15-
#### Creating the branch
16-
17-
Using the `hyf-homework` repo write this command
18-
19-
`git checkout master` - You are now on the `master` branch
20-
21-
`git checkout -b javascript-javascript3-week2`
22-
23-
This will create and checkout the branch so you are ready make commits to it
24-
25-
[This video](https://www.youtube.com/watch?v=JcT4wmK1VcA) can help. On slack use the #git-support channel to ask questions about git
5+
Need to brush up on the homework setup process? Check [this](https://github.com/HackYourFuture-CPH/Git/blob/main/homework_hand_in.md) out before you get into some git confusion!
266

277
## Why should i even do this homework?
288

javascript3/week3/homework.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
11
# Homework
22

3-
### Get git ready to work on homework
3+
## Start the homework
44

5-
Using the `hyf-homework` repo. In the terminal run `git status`
6-
7-
If there are changes that have not been committed, figure out what to do with those changes
8-
9-
- Should they be committed to another branch?
10-
- Should they be committed to `master`?
11-
- Should they be discarded?
12-
13-
When you have figured out what to do with the changes and fixed those. Write `git status` again. If it says `nothing to commit, working tree clean`. Then you are ready to create the branch for this weeks homework.
14-
15-
#### Creating the branch
16-
17-
Using the `hyf-homework` repo write this command
18-
19-
`git checkout master` - You are now on the `master` branch
20-
21-
`git checkout -b javascript-javascript3-week3`
22-
23-
This will create and checkout the branch so you are ready make commits to it
24-
25-
[This video](https://www.youtube.com/watch?v=JcT4wmK1VcA) can help. On slack use the #git-support channel to ask questions about git
5+
Need to brush up on the homework setup process? Check [this](https://github.com/HackYourFuture-CPH/Git/blob/main/homework_hand_in.md) out before you get into some git confusion!
266

277
## So why should i do this homework?
288

0 commit comments

Comments
 (0)