I am new to Git.I made a change to the branch, I committed and pushed to the remote.Now I need to make another commit & push to the same branch.
So now whether I can simply commit and push to the remote or I need to rebase the initial change with the master first and then commit & push to remote.Kindly help