I'm very new to GIT and I've been trying to add my Java EE application that I'm currently working on to the repository. So I first created a repository on bitbucket and cloned it through my terminal in my local machine. Then I copy pasted my Application Folder(name: bankingApp) inside the local repository. After that I did "git add bankingApp" and then commited and pushed. Inside the bankingApp folder there are five other folders, all folders gets added to my remote repository except two(my EJB folder and EE folder). When I try to commit this is what i get
modified: BankingWebApp/BankingApplicationEE (untracked content) modified: BankingWebApp/BankingApplicationEJB (modified content, untracked content)
Can some please tell me what I need to do to add my whole application to bitbucket.