anschoewe/Data-Structures-and-Algorithms
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Push new local git project to github: cd ~/Code/workspace/dataStructuresAndAlgorithms git remote add origin git@github.com:anschoewe/Data-Structures-and-Algorithms.git git push origin master Push local changes of existing project in github: git push origin master