Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/scottstanfield/helloworld
- Owner: scottstanfield
- Created: 2010-05-18T20:18:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-21T18:11:11.000Z (over 11 years ago)
- Last Synced: 2024-04-10T13:59:13.679Z (9 months ago)
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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.comTHESE COMMENTS ARE ON THE HOTFIX BRANCH