-
I loved using Mercurial at Facebook, combined with I found git-branchless is a great option for the source control management component - smartlog, creating stacks, rebasing, navigating between commits is easy. To that end, I have a few questions as I figure out how this works: question 1:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mlanln,
git-branchless doesn't have a real equivalent to Mercurial's notion of commit "phases", so instead, it defines "public" commits to be all commits which are ancestors of the main branch, and "draft" commits to be all other visible commits (see https://github.com/arxanas/git-branchless/wiki/Command:-git-smartlog#which-commits-are-visible). The indicator In your case, you are committing to the local |
Beta Was this translation helpful? Give feedback.
Hi @mlanln,
git-branchless doesn't have a real equivalent to Mercurial's notion of commit "phases", so instead, it defines "public" commits to be all commits which are ancestors of the main branch, and "draft" commits to be all other visible commits (see https://github.com/arxanas/git-branchless/wiki/Command:-git-smartlog#which-commits-are-visible). The indicator
(main)
would mean that the branchmain
points to this commit, and theᐅ
in