summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8f51e14)
Signed-off-by: Yann Dirson <ydirson@altern.org>
+
StGIT will try to detect the branch off which the new stack is forked,
as well as the remote repository from which that parent branch is
+
StGIT will try to detect the branch off which the new stack is forked,
as well as the remote repository from which that parent branch is
-taken (if any), so running stgdesc:pull[] will effectively pull new
+taken (if any), so running stglink:pull[] will effectively pull new
commits from the correct branch. It will warn if it cannot guess the
parent branch (eg. if you do not specify a branch name as
<commit-id>).
commits from the correct branch. It will warn if it cannot guess the
parent branch (eg. if you do not specify a branch name as
<commit-id>).
This operation is for example suitable to start working using the
"tracking branch" workflow (see gitlink:stg[1]). Other means to setup
This operation is for example suitable to start working using the
"tracking branch" workflow (see gitlink:stg[1]). Other means to setup
-an StGIT stack are stgdesc:init[] and the '--create' and '--clone'
-commands of stgdesc:branch[].
+an StGIT stack are stglink:init[] and the '--create' and '--clone'
+commands of stglink:branch[].
The target directory named by <dir> will be created by this command,
and must not exist beforehand.
The target directory named by <dir> will be created by this command,
and must not exist beforehand.
This operation is for example suitable to start working using the
"development branch" workflow (see gitlink:stg[1]). Other means to setup
This operation is for example suitable to start working using the
"development branch" workflow (see gitlink:stg[1]). Other means to setup
-an StGIT stack are stgdesc:clone[] and the '--create' and '--clone'
-commands of stgdesc:branch[].
+an StGIT stack are stglink:clone[] and the '--create' and '--clone'
+commands of stglink:branch[].