Skip to content
New issue

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

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

Already on GitHub? # to your account

Sujith kumar #10

Merged
merged 8 commits into from
May 1, 2020
Merged
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
3 changes: 3 additions & 0 deletions sujith_kumar_answer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
chicken

some animal evolved into a chicken
13 changes: 13 additions & 0 deletions sujith_kumar_log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
commands:-

git clone "forked repo link" (cloning forked repo to local directory)
ls "name of the repo" (navigating to repo)
git branch "name" (creating a new branch)
git branch (listing out all the branches)
git checkout "branch name " (checking out the branch)
git add "filename" (to stage the file)
git status (to check the status of files)
git commit -m "commit" (commiting changes)
git branch (to list out branch)
git merge "branch name" (merging branch)