You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a bunch of new files and renames that do not show in the "pending files" unstaged box.
Git status shows them:
$ git status
On branch feature/...
Your branch is ahead of 'origin/feature/...' by 2 commits.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: configurator/configurator.pro
modified: configurator/ui-widgets/...
modified: configurator/ui-widgets/...
modified: doc/...
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
renamed: configurator/communication/...
renamed: configurator/communication/...
new file: configurator/communication/...
new file: configurator/communication/...
new file: configurator/communication/...
new file: configurator/communication/...
renamed: configurator/communication/...
renamed: configurator/communication/...
modified: configurator/database (modified content, untracked content)
Untracked files:
(use "git add <file>..." to include in what will be committed)
target/
Output from sourcetree log shows them:
R configurator/communication/... -> configurator/communication/...
R configurator/communication/... -> configurator/communication/...
A configurator/communication/...
A configurator/communication/...
A configurator/communication/...
A configurator/communication/...
R configurator/communication/... -> configurator/communication/...
R configurator/communication/... -> configurator/communication/...
M configurator/...
M configurator/...
M configurator/...
M "doc/..."
?? target/STM32F1/
Sourcetree doesn't show them. The view is set to"pending files, sorted by name".
They are shown when set to "all", but that list is very big.
What am I doing wrong?