-
How to push changes to your Etherpad using Git and Github (Debian)
apt-get install git-core
Goto http://github.com/redhog/pad
Click Fork
Go to http://github.com/YOURUSERNAME/pad
Copy the git@github.com:YOURUSERNAME/pad.git
IE (git clone git@github.com/johnyma22/pad.git
)
Set the comment.git commit -a -m "Added Hello World" git remote rm origin git remote add origin git@github.com:YOURUSERNAME/pad.git
IE (
git remote add origin git@github.com:johnyma22/pad.gif
)
If you don’t already have an ssh key (
ssh-keygen -t rsause defaults
cat the path to the .pub (Copy the contents)_
Open up Github.com and login
Click Account settings
Click Add public Key
Give it a title (ie etherpad)
Paste the contents of the .pub file
)git push
Done =)
Related Posts
Latest Videos
Sponsors
- Using Scratch at Home February 10, 2012 Mr. Mayoh
- Better Conversations February 10, 2012 Mr. Mayoh
- 1 minute weekly web wonder – Week 19 February 10, 2012 chickensaltash
- Computer Science courses should be left to the experts: teachers February 10, 2012 Terry Freedman
- Being less helpful February 9, 2012 oliverquinlan
- Maths all around you – shining a mathematical spotlight on where you live February 9, 2012 Malcolm Wilson
- Flame Painter and more – IWB interactive art experiences February 9, 2012 Tim




