LazyTweet - Bringing the Lazyweb to Twitter so you can get answers to your burning questions
Active Questions
Recent Questions
Unanswered Questions
Dear lazyweb: How can I push an existing git repo to gitorious?
lucasratmundo
(0) -
posted 2 years, 11 months ago
via Twitter
-
1 Reply
1 Answer
git push <gitorious url> <remote branch name> ?
cwiiis
(0) -
2 years, 11 months ago
via Twitter
-
Add Comment
Leave a comment about @cwiiis's answer
Post this comment to your Twitter account
Cancel comment
Would you like to answer?
Sign in with Twitter to post your answer:
Use Twitter to ask a question, just add "lazytweet" to a post and we'll take care of the rest. Read more about
how lazytweet works
.
Subscribe to the latest questions
Follow LazyTweet on Twitter
Related Posts
git lazyweb request: I accidentally committed a 500m file to local repo. Want to get completely rid of it so it won't push to github. How?
Dear Lazyweb: how do I link a dir in my git repo to an existing package, i.e. http://github.com/remy/twitterlib
Okay, voodoo time. Somebody @lazytwitter please 'splain to me why "git push origin :refs/heads/pigtruck" will DELETE pigtruck on origin?!?
Dear lazyweb: In git, I want to keep a local version of a config file that is updated when I do git pull, but is never committed with push.
#lazytwitter 2way mirror with a github repo? gitosis will push to github, but I want to pull from GH also. DIY w/ post-receive hook at GH?