add files to GitHub-Repo

47 views
Skip to first unread message

Hamburger

unread,
Oct 11, 2012, 6:08:15 AM10/11/12
to mootool...@googlegroups.com
Hello,
I have some questions regarding GitHub.
I added this Repo:
https://github.com/hamburger123456/test
Now I would like to add my files, but I can't find any hint how to do that.


The Moo-HowTo  (http://mootools.net/forge/how-to-add#readme-md) is talking to run these commands:
git tag -a 0.1
git push --tags
Where is the prompt to do that? I can't find any.

I'am sure that I'am on a completely wrong way here and my stupidity knows no bounds.

But may be there is somebody in the moo-univers to give me a hand ...

Lee

unread,
Oct 11, 2012, 6:15:54 AM10/11/12
to mootool...@googlegroups.com, Hamburger
Have you tried the GitHub client available on their site?

GitHub uses the git version control system from which it takes its name.
I would start with the GitHub tutorials on their site, and once you have
worked through those, the Forge stuff will be obvious.

Hamburger

unread,
Oct 11, 2012, 6:33:46 AM10/11/12
to mootool...@googlegroups.com, Hamburger, l...@leegoddard.net
Ohh, it is much more complex.
I have to run it on my PC ...
I thougt that is an easy way to share my scripts and classes I did.
For a non-professional it's better to share the code on a private homepage ...
thanks Lee

Lee

unread,
Oct 11, 2012, 6:53:10 AM10/11/12
to mootool...@googlegroups.com
It's easy to learn!

For the Mac there is a GitHub application to download, maybe there is
one for the PC?

Once you've installed the git binaries, the tutorials will explain
everything to you -- really worth a go.

Dimitar Christoff

unread,
Oct 11, 2012, 4:50:27 PM10/11/12
to mootool...@googlegroups.com
http://msysgit.github.com/ - git for windows. works quite well.
--
Dimitar Christoff

"JavaScript is to JAVA what hamster is to ham"
@D_mitar - https://github.com/DimitarChristoff

Ciul

unread,
Oct 11, 2012, 6:27:10 PM10/11/12
to mootool...@googlegroups.com
Hi Hamburguer,

for Windows users there's also a Github for Windows which will make your life easier easier easier as you can't imagine.

You will only need to add tags on command line because it doesn't have that feature (yet) but it is quite simple, believe me.

You only need those commands you already wrote:
git tag -a 0.1
git push --tags

Those are only commands you are gonna need to add your repositories to the Forge

--
Ciul
Reply all
Reply to author
Forward
0 new messages