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 email.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
calinschurig@gmail.com
10 changes: 10 additions & 0 deletions gitScript1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git init
git branch -m main
git add helloworld.py
git commit -m"added helloworld.py"
git branch -c branch1
git switch branch1
git add git_check.py
git commit -m"added git_check.y"
git switch main
git merge branch1
5 changes: 5 additions & 0 deletions gitScript2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
git clone https://github.com/BYUComputingBootCampTests/git-clone
cd git-clone
git diff HEAD~1 HEAD -- door.py | git apply - -R --apply
git add -A
git commit -m"reverted bad change to door.py"
1 change: 1 addition & 0 deletions repo2/git-clone
Submodule git-clone added at ee3cdf