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
README: Added info about setting branch --tracking
To setup remote tracking of the branch stable/v1.0
git checkout with --track option can be used:
git checkout -b stable/v1.0 --track origin/stable/v1.0
Otherwise when git checkout -b stable/v1.0 is used
branch may not be properly set up to track it's remote counterpart
(given git option) and users may be confused due to no files present
in the folder, but README.
Signed-off-by: Piotr Gregor <[email protected]>
Acked-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: John Kacur <[email protected]>
0 commit comments