[Cs-dev] Help on git again
| Date | 2011-04-14 10:11 |
| From | john ffitch |
| Subject | [Cs-dev] Help on git again |
I checked out a new copy, changed branch to ParCS and made changes Commit changes now... 110> git status # On branch ParCS # Your branch is ahead of 'origin/ParCS' by 2 commits. # ... nothing added to commit but untracked files present (use "git add" to track) 111> git push fatal: The remote end hung up unexpectedly What have I done wrong? Been like this for nearly a day ==John ffitch ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2011-04-14 10:55 |
| From | "Gareth Edwards" |
| Subject | Re: [Cs-dev] Help on git again |
| Attachments | None None |
| What does git remote show origin Say? Gareth -- Sent from my Palm Pre On 14 Apr 2011 10:12, john ffitch <jpff@codemist.co.uk> wrote: I checked out a new copy, changed branch to ParCS and made changes Commit changes now... 110> git status # On branch ParCS # Your branch is ahead of 'origin/ParCS' by 2 commits. # ... nothing added to commit but untracked files present (use "git add" to track) 111> git push fatal: The remote end hung up unexpectedly What have I done wrong? Been like this for nearly a day ==John ffitch ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-devel |
| Date | 2011-04-14 11:40 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Cs-dev] Help on git again |
> What does
>
> git remote show origin
>
> Say?
>
> Gareth
>
>
100> git remote show origin
* remote origin
Fetch URL: git://csound.git.sourceforge.net/gitroot/csound/csound5
Push URL: git://csound.git.sourceforge.net/gitroot/csound/csound5
HEAD branch: master
Remote branches:
ParCS tracked
master tracked
Local branches configured for 'git pull':
ParCS merges with remote ParCS
master merges with remote master
Local refs configured for 'git push':
ParCS pushes to ParCS (fast-forwardable)
master pushes to master (up to date)
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve
application availability and disaster protection. Learn more about boosting
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2011-04-14 11:54 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Cs-dev] Help on git again |
OK worked it out; checked out with git: rtaher than ssh: Fixed now. The error message leaves much to be desired >> What does >> >> git remote show origin >> >> Say? >> >> Gareth >> >> > > 100> git remote show origin > * remote origin > Fetch URL: git://csound.git.sourceforge.net/gitroot/csound/csound5 > Push URL: git://csound.git.sourceforge.net/gitroot/csound/csound5 > HEAD branch: master > Remote branches: > ParCS tracked > master tracked > Local branches configured for 'git pull': > ParCS merges with remote ParCS > master merges with remote master > Local refs configured for 'git push': > ParCS pushes to ParCS (fast-forwardable) > master pushes to master (up to date) > > > > > > > > > > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about > boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |