You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's create a new update command that will work like git pull origin <branch>, using the same approach that we used in done and push, ie, using the current branch.
I don't know whether this command could be the same for #5 or not.
Let's create a new update command that will work like
git pull origin <branch>, using the same approach that we used indoneandpush, ie, using the current branch.I don't know whether this command could be the same for #5 or not.