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.
We are not able to push the 4 folders to remote
these 4 folders are having JS files
I have test file and commit and push it worked but it is not working for these 4 folders
Hi Sebastian,
Here are the steps I have followed:
1. I have added the folders ( after this step I checked git status but it’s showing as clean although I added folders )
2. git add .
3. Git commit -m “message “
4. Git push
And noticed one more thing , I can push those folders to root folder , but it not pushing to sub folder where it supposed to be.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the problem is in #2.
Try this instead: git add --all
And then: git status
To verify the folders were added.
If that doesn't work, check if you have .gitignore files in these folders and also the contents of your main .gitignore file in the root folder.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.