Git and JavaScript Learning
Link to challenges
Commands to start a local and pushing the changes to brand new remote
git init
git add
git commit -m "first commit"
git remote add origin https://github.com/arung86/50-js-challenges.git
git push -u origin master
Top comments (1)
i done the challenge