Take this as a good excuse to learn your way around git :). For basic use, it's much like bzr:
bzr ci => git commit -a bzr add => git add bzr push => git push bzr revert => git reset --hard On Wed, May 1, 2013 at 5:00 AM, Edward K. Ream <[email protected]> wrote: > On Tue, Apr 30, 2013 at 8:24 PM, Matt Wilkie <[email protected]> wrote: > >> Github for Windows (http://windows.github.com/) handles the ssh key >> stuff seamlessly, >> > > It seems that I have gotten everything to work with the github for windows > app. I can clone, etc. > > Now, however, I am trying to understand github, and I am completely > confused :-) > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/leo-editor?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
