This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257534 - Git commit does not do sync
Summary: Git commit does not do sync
Status: RESOLVED INVALID
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 8.1
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 09:32 UTC by jpek
Modified: 2016-01-15 18:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The commit window (51.85 KB, image/png)
2016-01-12 09:32 UTC, jpek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jpek 2016-01-12 09:32:08 UTC
Created attachment 158096 [details]
The commit window

When modifying a file in a Python project, the Git > Commit... operation does only half work: The changes can not be seen in Github.

Steps to reproduce the problem:

1. Open a a Python project, which has a git repository
2. Change a file and save it
3. Open the Commit window with Project > Git > Commit...
4. Set commit message and press 'Commit'

Result in the messages window:

==[IDE]== 12.1.2016 11:07:39 Committing...
Git Commit
----------
git add /my/path/datareader.py
git commit -m Removing an import /my/path/datareader.py
Commit Log
revision   : 8354fa52f6b935c94a4d8eeda977f79010b8f37f
author     : jpek-m <me@example.com>
date       : 12.1.2016 11:07:39
summary    : Removing an import

INFO: End of Commit

==[IDE]== 12.1.2016 11:07:39 Committing... finished.

5. Now there is no commit with the given message on the page https://github.com/my/project/commits/master and the file has not been changed.

6. Open an external Github application and pressed the 'sync' button. Now the newest commit is visible in Github.
Comment 1 jpek 2016-01-15 18:33:53 UTC
Sorry, my mistake!

Following the Git manual, I must also select Git > Remote > Push