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 @@
hyperdriveguy@gmail.com
36 changes: 36 additions & 0 deletions gitScript1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/bin/bash

#1715630384
git init
#1715630403
git branch -m main
#1715630425
git add helloworld.py
#1715630447
git status
#1715630469
git commit -m "Hello world"
#1715630489
git config --global user.email "hyperdriveguy@gmail.com"
#1715630507
git config --global user.name "Carson Bush"
#1715630530
git commit -m "Hello World"
#1715630534
git status
#1715630556
git branch branch1
#1715630560
git branch
#1715630574
git checkout branch1
#1715630582
git add git_check.py
#1715630596
git commit -m "Git check time"
#1715630618
git merge --help
#1715630664
git checkout main
#1715630669
git merge branch1
16 changes: 16 additions & 0 deletions gitScript2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

#1715631549
git clone https://github.com/BYUComputingBootCampTests/git-clone.git
#1715631562
cd git-clone
#1715631568
git log
#1715631866
git diff e4c1d b1cab
#1715631945
git restore -s b1cab door.py
#1715631963
git add .
#1715631979
git commit -m "Revert door to previous commit"
1 change: 1 addition & 0 deletions repo2/git-clone
Submodule git-clone added at 1732ca