Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completed git test files #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@
[email protected]
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