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
1 change: 1 addition & 0 deletions ClassRoster.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Class Roster
- Michael Hilton (mhilton)
- Seonghan Jo (seonghaj)
26 changes: 26 additions & 0 deletions all_commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
git clone https://github.com/cmu-crafting-software/Homework01.git
cd Homework01/
git branch seonghaj
git checkout seonghaj
git status
git add ClassRoster.md
git commit -m "HW1_Seonghan"
git push
git push --set-upstream origin seonghaj
git status
git add .
git commit -m "Creat student fact file"
git branch new_seonghaj
git checkout new_seonghaj
git status
git add student_facts.txt
git commit -m "wrote a fun fact about me"
git checkout seonghaj
git status
git add student_facts.txt
git commit -m "append new sentence"
git merge new_seonghaj
#edit the conflicts
git status
git add .
git commit -m "resolved conflicts"
3 changes: 3 additions & 0 deletions student_facts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2021 college of Engineering
python-crafting software
I played league of legend with my friends.