From 60a9aa2922d5eb5247450d63e7ad21905988de2d Mon Sep 17 00:00:00 2001 From: mianoble Date: Mon, 19 May 2025 17:06:18 -0600 Subject: [PATCH] complete --- email.txt | 1 + gitScript1.sh | 10 ++++++++++ gitScript2.sh | 7 +++++++ 3 files changed, 18 insertions(+) diff --git a/email.txt b/email.txt index e69de29..12ef237 100644 --- a/email.txt +++ b/email.txt @@ -0,0 +1 @@ +miamno20@gmail.com diff --git a/gitScript1.sh b/gitScript1.sh index e69de29..3238c23 100644 --- a/gitScript1.sh +++ b/gitScript1.sh @@ -0,0 +1,10 @@ +git init +git branch -m main +git add helloworld.py +git commit -am "hello world" +git branch branch1 +git checkout branch1 +git add git_check.py +git commit -am "git check" +git checkout main +git merge branch1 diff --git a/gitScript2.sh b/gitScript2.sh index e69de29..ef42c54 100644 --- a/gitScript2.sh +++ b/gitScript2.sh @@ -0,0 +1,7 @@ +git clone git@github.com:BYUComputingBootCampTests/git-clone.git +cd git-clone/ +git log +git diff e4c1d b1cab +git checkout b1cab -- door.py +git add door.py +git commit -am "revert changes to door.py"