• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Programming v
« Previous 1 2 3 4 Next »
Dan , Micheus ... how to re-submit pull-request ?

 
  • 0 Vote(s) - 0 Average
Dan , Micheus ... how to re-submit pull-request ?

dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#14
03-31-2015, 08:34 PM
ggaliens the ssh error is strange, it be because github was ddos'ed the other day, or that
something is bad in your setup, I have noticed some of your commits are from ggaliens@bougusmail.org
and some are not.

So maybe check your settings?

otherwise you make a new commit and push the branch again.

When I want you to fix something in one (the latest) commit do:
git checkout BRANCH_NAME
<edit files>
git add CHANGED_FILES
git commit --amend
git push origin -f BRANCH_NAME

If you need to fix several commits you can use:
git add SOME_CHANGED_FILES
git commit --fixup SHA_ID_OFF_FIXED_COMMIT
git add MORE_CHANGED_FILES
git commit --fixup SHA_ID_OFF_OTHER_FIXED_COMMIT

git rebase -i --autosquash upstream/master (if you have named my repos upstream)
git push -f origin BRANCH_NAME

Learning git is well worth it and use gitk all time to check that the correct stuff is commited
and that the commit messages looks good.

Info in pull-reqs get lost, keep info commit msgs.
First line should be max 80 chars describing what you did
Blank line
Description of why it is needed and implementation details if you think it is necessary.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Dan , Micheus ... how to re-submit pull-request ? - by ggaliens - 03-29-2015, 04:26 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by ggaliens - 03-29-2015, 06:07 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by micheus - 03-29-2015, 07:17 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by micheus - 03-29-2015, 08:16 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by ggaliens - 03-29-2015, 10:45 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by micheus - 03-29-2015, 11:07 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by ggaliens - 03-29-2015, 11:38 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by micheus - 03-29-2015, 11:59 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by ggaliens - 03-30-2015, 04:12 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by micheus - 03-30-2015, 05:02 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by ggaliens - 03-30-2015, 05:40 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by micheus - 03-30-2015, 11:54 PM
RE: Dan , Micheus ... how to re-submit pull-request ? - by ggaliens - 03-31-2015, 01:30 AM
RE: Dan , Micheus ... how to re-submit pull-request ? - by dgud - 03-31-2015, 08:34 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode