* How to push to remote(dropbox) when submit automatically?
@ 2010-05-01 1:42 David Lee
2010-05-03 21:06 ` Avery Pennarun
0 siblings, 1 reply; 2+ messages in thread
From: David Lee @ 2010-05-01 1:42 UTC (permalink / raw)
To: git
Hi all,
I am new to git and find it powerful.
I build a local repository(origin) and clone it to dropbox
directory(dropbox-git). Each time I submit to origin, I have to "git
push dropbox-git" manually.
How to push to remote when I submit automatically?
Thanks,
David
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to push to remote(dropbox) when submit automatically?
2010-05-01 1:42 How to push to remote(dropbox) when submit automatically? David Lee
@ 2010-05-03 21:06 ` Avery Pennarun
0 siblings, 0 replies; 2+ messages in thread
From: Avery Pennarun @ 2010-05-03 21:06 UTC (permalink / raw)
To: David Lee; +Cc: git
On Fri, Apr 30, 2010 at 9:42 PM, David Lee <zhushenli2@gmail.com> wrote:
> I am new to git and find it powerful.
>
> I build a local repository(origin) and clone it to dropbox
> directory(dropbox-git). Each time I submit to origin, I have to "git push
> dropbox-git" manually.
>
> How to push to remote when I submit automatically?
I would suggest making a simple shell script for this. Then run it
instead of 'git push'.
Avery
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-03 21:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-01 1:42 How to push to remote(dropbox) when submit automatically? David Lee
2010-05-03 21:06 ` Avery Pennarun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).