Home away from home
Joined: 2007/1/26 21:48 Last Login
: 11/19 3:39
From New Zealand
Group:
Registered Users
|
I've switched to using a git repository, and am having trouble using it on AmigaOS. AFAIK, SimpleGit (sgit) is the only usable tool we have. So far I've managed to "clone" a repository. Getting changes from the repository was complicated because there's no pull command.
Where I'm stuck is pushing changes back to the remote repository. Executing sgit push origin results in: No refspec given and no refspec configured. Pushing is probably a noop.
Sure enough, it doesn't push the changes. So, what am I supposed to do? What is a refspec? How do I set it? And why wasn't it set up when I did the original sgit clone?
Also, is there a way to commit all changes without having to manually "sgit add" every single file that changed? With git you do a git add -A, but sgit doesn't recognize -A.
NOTE: I'm used to svn, so I'm not used to git's way of doing things yet...
Hans
|