[Lazarus] Thread based timer vs TTimer
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Fri Jun 26 10:15:16 CEST 2015
On 2015-06-26 08:12, Michael Schnell wrote:
> I don't want to push all the Larzarus files I pulled from
> "github/graeme" and all the files that have been created by compiling
> Lazarus to "github/mschnell1". How to avoid this ?
Then start again, by logging into Github. Then deleting your lazarus
repository on Github (via their website). Then browse to my lazarus
repository on Github and click the "fork" button. Your account should
now have lazarus repository. Github should give you instructions on how
to clone it, or hook it up to your existing local repository (on your
computer). You only need to do the latter, because the repository
history will be the same - no need to clone it again. When you
eventually do a 'git push', it will only push the changes you added to
the repository.
I recommend you use the git:// style URL, as it is much more efficient
and faster than the https:// protocol.
I also recommend you read the official Git documentation. It is very
well written and with loads of practical examples. It is easy reading.
http://git-scm.com/doc
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
More information about the Lazarus
mailing list