Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create folder in AWS CodeCommit repository?

I am new to these things.I have created repository in AWS CodeCommit. I want to create a folder in it and upload files using CodeCommit Console. Is it possible? Then how can I do it?

like image 320
WC Madhubhashini Avatar asked Oct 15 '25 03:10

WC Madhubhashini


1 Answers

Yes, you can!

From the CodeCommit dashboard, click on your new repository to go to the 'Code' tab. Under your repository description, there should be a 'Add file' dropdown. Choose this, then 'Create file'.

In the 'file name' field, specify the whole path to the file you wish to create. If the specified folders do not exist inside your repository already, they will be created. Fill in the remaining fields and choose 'Commit file'.

Ex) If you want 'src/foo/FooFile.java' in your empty repository, then just use 'src/foo/FooFile.java' and the 'src' and 'foo' folders should be created for you.

like image 161
David Jackson Avatar answered Oct 18 '25 03:10

David Jackson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!