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 @@
jakedez7@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 master main
git add helloworld.py
git commit
git branch branch1
git switch branch1
git add git_check.py
git commit
git switch main
git merge branch1 main
7 changes: 7 additions & 0 deletions gitScript2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
git clone https://github.com/BYUComputingBootCampTests/git-clone.git
cd git-clone/
git log
git diff e4c1d b1cab
git restore --source b1cab door.py
git add door.py
git commit
1 change: 1 addition & 0 deletions repo2/git-clone
Submodule git-clone added at 3c1a10