On 06/11/2014 09:46 PM, Graeme Geldenhuys wrote:

The easiest is to simply create a Github account, then go to the
EpikTimer repository in my account and click "Fork". Github will do the
rest and give you instructions on how to checkout your forked version.


Thanks,

I created a github account and did the forking as described.

Seems to have worked.

I could do

git fetch upstream
From https://github.com/mschnell1/epiktimer
 * [new branch]      gg-changes -> upstream/gg-changes
 * [new branch]      master     -> upstream/master

and

git push origin master
Everything up-to-date

and after committing my changes locally finally

git push
Counting objects: 6, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 2.55 KiB, done.
Total 4 (delta 3), reused 0 (delta 0)
To https://github.com/mschnell1/epiktimer.git
   b320f58..33120b0  master -> master

could you check if this did work ?

Thanks,
-Michael



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to