Skip to content

Unfortunately, we’re all human. Except me, of course.

Notifications You must be signed in to change notification settings

webyteofficial/twisted-turns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Twisted Turns Submissions

NOTE:

  • Replace <username> with your github username below
  • Replace <email> with your github email below
  • Replace <yourname> with your name below
  • Replace angle brackets too

IF YOU ARE FIRST TIMER

git config --global user.email "<email>"
git config --global user.name "<yourname>"

HOW TO SUBMIT YOUR CODE

cd into your working directory

git init

git remote add origin https://github.com/<username>/twisted-turns

git remote -v 

git pull origin master

git checkout -b <username>

git add .

git commit -am "My Submission"

git push -u origin <username>

About

Unfortunately, we’re all human. Except me, of course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages