Skip to content

MariaNatalia/sesync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to a SESYNC Training Event

Once you have cloned this repository, why don't you push it back up to your own GitHub repo?

While logged in to GitHub, use the "+" icon in the upper right to create a new repository. Give it a name but leave it empty, don't even check the box to add a README. Then, change the remote url of this local clone to point to your GitHub origin. From a shell with working directory set to your local clone, enter:

git remote set-url origin https://github.com/%user%/%repo%.git

Replace %user% with your user name on GitHub and %repo% with the name of your new GitHub repo. Now just push the commits on all branches up to your origin:

git push origin --all

You are now able to commit and push any changes you make locally to your own repo on GitHub.

About

workshop at UMD 08-16

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages