Skip to content

fountane-clubs/hackchallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Hack Challenge

Setting up the codebase

The candidate should take a pull from the master branch to start the challange.

git branch
*master 

If you are in any other branch then use this command in the Git Bash.

git checkout master

Then to get the latest code from the remote use:

git pull origin master

Once, you get the lastest code from the remote repo, then create a branch with your email address:

git checkout [email protected]

To check the current branch:

git branch
  master
* [email protected]

Build the code in the local repo and commit to the branch

git add <filename> 

git commit -m "Changes Made - Brief Note"

git push origin [email protected]

Submitting the challange

Once, the branch is commited and push to the remote repository then merge it with the Master branch with a Pull request:

  1. Go to the Repo "Navigation bar"
  2. Select option "Pull Request"
  3. Now choose the branch as "[email protected]" and target branch as "master"
  4. Click on Submit.

For any questions email to Srivishnu Ayyagari at [email protected]