Module-1-Basics
Exercise 1.1
In your terminal, create a demo project that replicates these steps:
git init demo
(cd into it)
touch readme.md
git add readme.md
git reset readme.md
git add readme.md
(to get it back in the staging area)
git commit -m ‘commit empty readme’
Take a screenshot of your terminal and post it in this thread.
@AaronGullickson ’s example is - they check a git status
each step of the way:
When you are done, you can move on to Module 2 .
31 Likes
Hi @mozzadrella : the link to watch 1.1 Meet Git seems to go to a specific time code in the video (33s)
MrAllatta
(Eric Allatta)
February 25, 2018, 4:03am
#4
Good times. I did a lot of experimenting here with different editors and shells. Loved the lesson on strategically committing parts of a file to keep the history intelligible. I do think this will be hard to motivate with novice high school students, but we’ve got to start somewhere.
3 Likes
diego898
(Diego Mesa)
February 26, 2018, 5:16pm
#5
@mozzadrella here is my screenshot:
2 Likes
g471000
(JIEUN CHON)
February 26, 2018, 7:12pm
#10
Hi @mozzadrella ! It was nice meeting you at SIGCSE2018! It was really nice opportunity to learn more about GitHub!
1 Like
arturodr
(Arturodr)
February 26, 2018, 7:13pm
#13
Hello!
here is my screenshot:
3 Likes
g471000
(JIEUN CHON)
February 26, 2018, 7:14pm
#16
@mozzadrella Also, I wish we have next module button in this UI!
3 Likes
great suggestion @g471000 I’ll make that happen
2 Likes