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 @@
cadenbrinkman@gmail.com
24 changes: 24 additions & 0 deletions gitScript1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
git branch
git init
git branch
git status
git branch -m master main
git status
git add helloworld.py
git status
git commit -m "adding hello world for part A3"
git branch branch1
git branch
git checkout branch1
ls
git add git_check.py
git commit -m "adding git_check.py for part A5"
git status
git branch
git checkout main
git branch
git merge branch1
git status
git diff branch1
ls
ls -a
12 changes: 12 additions & 0 deletions gitScript2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cd repo2
ls
git clone https://github.com/BYUComputingBootCampTests/git-clone.git
ls
cd git-clone/
ls
git log
git diff b1cab
git checkout b1cab door.py
git status
git commit -m "restored previous door.py file for part B5"

Empty file added repo1/.gitconfig
Empty file.
1 change: 1 addition & 0 deletions repo2/git-clone
Submodule git-clone added at e149a9