It contains a challenge to check your familiarity with git commands.
- Your task is to find the key hidden in this repo with the use of git commands
- This repo contains more than one branch
- Always remember 1 comes before 2,3 and 4
- Which means always folow the sequence T1->T2->T3->T4->test else it will be a maze
- After obtaining the key go to test branch and then see if the key is valid or not.
- If the key is valid then checkout to a new branch
answer
,create a fileanswer.txt
and place the output you got in it. - Commit the file, create a patch and do the PR for the same.
$ git clone https://github.com/govindgoel/BandGit.git
$ cd BandGit
- git init.
- git add.
- git commit.
- git status.
- git log.
[List all the commits]
- git branch.
- git checkout .
- git merge.
- git stash
- git remote -v.
[List all the remotes]