On 2017-06-08 11:19:55 [+0100], Piotr Gregor wrote: > 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 <pgregor@xxxxxxxxxxxxxxxxxxxxxx> Acked-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html