Skip to content

Code-with-ease/Hackerrank-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

hackerrank_algorithms

Guidelines

  • Donot make any changes in someone else folder.
  • Create your own folder if new user
  • Create branch before you push to master

To clone

git clone https://github.com/Code-with-ease/Hackerrank-Algorithms.git

then use

cd hackerrank_algorithm

To create branch

git branch <username>

To merge in local master

git merge <branchname>

To push

git add .
git commit -m "your message"
git push origin master

To pull

git stash
git pull origin master

To revert changes

git log

copy the hash commit hash code, atleast 1st 7 digits

git reset --hard <commit hash code>

Releases

No releases published

Packages

No packages published