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,555,141
Community Members
 
Community Events
184
Community Groups

Cannot create a new file in Bitbucket

Edited

Hello.
I am running a bitbucket server v5.12.0.
I've created some repositories and I'd like to manually create new files.
I've read the Atlassian documentation and I know that once I am in my repo I should have a "create file" option but I don't have it. Do you know why?

PS: I am a bitbucket administratorbitbucket.png

1 answer

1 accepted

1 vote
Answer accepted
Aaron
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 01, 2018

Hello,

 

Welcome to the Atlassian Community!

 

I believe this is a Cloud vs Server document issue. What document did you read that said that? Bitbucket Cloud has the option to add a file in the UI. Bitbucket Server does not have the same option. I apologize for the misunderstanding here!

 

Regards,
Aaron Levinson
Dev Tools Support Engineer

I can check maybe tomorrow.

Is there a way to create a new file in bitbucket server?

If not what is the simplest way?

Aaron
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 01, 2018

To directly answer your question, no. There isn't a way to commit files in the UI.

Depends on what you mean by simplest. For me the easiest way is to clone the repository to my local machine and run:

 

  1. touch <file name>
  2. vim <file name>
  3. make edits
  4. git add .
  5. git commit -m "Commit message"
  6. git push

 

But if you aren't familiar with Git, SourceTree (or some other Git visualizer) might be easier to work with.

Yes, I am familiar.

I just wondered if I could do it through the UI.

 

Thanks.

Aaron
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 03, 2018

Ah, Unfortunately not. Currently, that is only functionality that Bitbucket Cloud has. Sorry for any inconvenience!

Are there any plans to bring this feature to Bitbucket Server?

I am seeing a trend on several issues I am following..

Cloud version has it and there is no timeline for the on-prem version to get the same feature.  It would certainly seem to an outsider that the on-prem version is being left to rot slowly.

Like # people like this

We would like to see this along with a propper, modern Source Code Editor. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events