diff --git a/email.txt b/email.txt index e69de29..2482dbb 100644 --- a/email.txt +++ b/email.txt @@ -0,0 +1 @@ +jakedez7@gmail.com diff --git a/gitScript1.sh b/gitScript1.sh index e69de29..27634bd 100644 --- a/gitScript1.sh +++ b/gitScript1.sh @@ -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 diff --git a/gitScript2.sh b/gitScript2.sh index e69de29..e586b9b 100644 --- a/gitScript2.sh +++ b/gitScript2.sh @@ -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 diff --git a/repo2/git-clone b/repo2/git-clone new file mode 160000 index 0000000..3c1a10d --- /dev/null +++ b/repo2/git-clone @@ -0,0 +1 @@ +Subproject commit 3c1a10d145732e92ff77e56fc547d473b0858c18