You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript3/week1/homework.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,8 @@
1
1
# Homework
2
2
3
-
### Get git ready to work on homework
3
+
##Start the homework
4
4
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!
Copy file name to clipboardExpand all lines: javascript3/week2/homework.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,8 @@
1
1
# Homework
2
2
3
-
### Get git ready to work on homework
3
+
##Start the homework
4
4
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!
Copy file name to clipboardExpand all lines: javascript3/week3/homework.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,8 @@
1
1
# Homework
2
2
3
-
### Get git ready to work on homework
3
+
##Start the homework
4
4
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!
0 commit comments