-2

How can I update pull requests?
I tried it over and over but all I get is another pull request!
P.S. I don´t want to do it with git bash!

Anselm
  • 7,450
  • 3
  • 28
  • 37
  • @Simon not a duplicate because I said NOT with git bash – Anselm Jun 28 '13 at 18:42
  • 1
    Anselm if by "git bash" you mean the cli ("git bash" is not a thing) - then just use a gui that does the same thing as any commands in the duplicate questions. If you want help with how to push/pull/commit using a particular git gui - you need to point out which gui it is you're using. `I tried it` - what did you do? – AD7six Jun 28 '13 at 23:14

2 Answers2

2

I think if you just add more commits to the local feature branch that you have used as a pull request the get added to the pending pull-request.

Abizern
  • 146,289
  • 39
  • 203
  • 257
1

Just commit changes on local branch and push it to the remote.