Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottstanfield/helloworld

testing github with simple hello world in c and c++
https://github.com/scottstanfield/helloworld

Last synced: 20 days ago
JSON representation

testing github with simple hello world in c and c++

Awesome Lists containing this project

README

        

TODO: Add steps to install gcc using apt-get or equiv to
actually compile the code!

Notes from github

Global setup:
Download and install Git
git config --global user.name "Arr Matey"
git config --global user.email [email protected]

Next steps:
mkdir helloworld
cd helloworld
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:rm8t/helloworld.git
git push origin master

Existing Git Repo?
cd existing_git_repo
git remote add origin [email protected]:rm8t/helloworld.git
git push origin master

---
Email contact:
rm8t at me.com

THESE COMMENTS ARE ON THE HOTFIX BRANCH