git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can't seem to commit
@ 2010-12-04 16:33 weloki
  2010-12-04 16:57 ` Andreas Schwab
       [not found] ` <4CFCA445.2020205@gmail.com>
  0 siblings, 2 replies; 3+ messages in thread
From: weloki @ 2010-12-04 16:33 UTC (permalink / raw)
  To: git


There is probably an easy solution to this but I'm seeing something really
weird...
I can't seem to commit anything to my new branch. When I try to commit it
just says "no changes added to commit (use "git add" and/or "git commit
-a")"
When I try to do git add it doesn't seem to do anything.
When I try to push it says "Everything up-to-date", but when I look at the
branch on github my files aren't there.
Strangely I was able to do everything fine with a different branch I created
afterwards.
-- 
View this message in context: http://git.661346.n2.nabble.com/Can-t-seem-to-commit-tp5803287p5803287.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can't seem to commit
  2010-12-04 16:33 Can't seem to commit weloki
@ 2010-12-04 16:57 ` Andreas Schwab
       [not found] ` <4CFCA445.2020205@gmail.com>
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2010-12-04 16:57 UTC (permalink / raw)
  To: weloki; +Cc: git

weloki <weloki@gmail.com> writes:

> There is probably an easy solution to this but I'm seeing something really
> weird...
> I can't seem to commit anything to my new branch. When I try to commit it
> just says "no changes added to commit (use "git add" and/or "git commit
> -a")"
> When I try to do git add it doesn't seem to do anything.

If you are unsure what to do you should always try "git status" first.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can't seem to commit
       [not found] ` <4CFCA445.2020205@gmail.com>
@ 2010-12-06  8:54   ` Chris Packham
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Packham @ 2010-12-06  8:54 UTC (permalink / raw)
  To: weloki; +Cc: git@vger.kernel.org

Sorry for the dupe, I forgot to CC the list.

On 05/12/10 05:33, weloki wrote:
>
> There is probably an easy solution to this but I'm seeing something really
> weird...
> I can't seem to commit anything to my new branch. When I try to commit it
> just says "no changes added to commit (use "git add" and/or "git commit
> -a")"
> When I try to do git add it doesn't seem to do anything.
> When I try to push it says "Everything up-to-date", but when I look at the
> branch on github my files aren't there.
> Strangely I was able to do everything fine with a different branch I created
> afterwards.

One thing to check is where you're pushing to ("git remote show origin"
should tell you). You may also want to check the value of "git config
branch.master.merge", "git config remote.origin.url" and "git config
push.default".

For me these are
refs/heads/master
<my github project>
tracking

Also on a very fresh repository you need to use "git push origin
master:refs/heads/master" to create the master branch on the remote end.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-06  8:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04 16:33 Can't seem to commit weloki
2010-12-04 16:57 ` Andreas Schwab
     [not found] ` <4CFCA445.2020205@gmail.com>
2010-12-06  8:54   ` Chris Packham

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).