Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,708
Community Members
 
Community Events
184
Community Groups

In my local development site I have added a new file but it doesn't show up in the Unstaged Files by default.  How do you add it there so I can add it to the repository and commit it?

1 answer

0 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 06, 2019

Hi @Sherry Jackson,

Welcome to the Atlassian Community.

If you run git status in the repository from the command line do you see it then? If not then you might have a .gitignore file that tells Git not to add the file to the repository. 

Hi @Mikael Sandberg - I'm very new to this.  I found another article and followed it by adding the file via the bitbucket website but now it is giving me a conflict on the pull because the local file exists.

Is there a way that if I add a file locally that the Sourcetree application will pick it up automatically to be pushed to the repository?

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 06, 2019

Yes, normally when you add a file to your repository Sourcetree will pick it up right away. But if you have a .gitignore file that specifies files that should be ignored. 

To solve the conflict you see on the pull you can move/remove the local file and then the pull should work.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events