Answer the question
In order to leave comments, you need to log in
How to put a Delphi project on GitHub (Bitbucket)?
There is a Delphi project (.dpr). How to put it on GitHub (Bitbucket), with executable files, etc.?
Answer the question
In order to leave comments, you need to log in
1. Download and install Git for windows
2. Download and install Tortoise git
3. Create an empty project in the bitbucket web interface
4. Copy the link from the web interface https://your [email protected]/repository name/your project .git
5. Right-click in the right place -> Git Clone, enter the link from step 4, then it will ask for a password
6. Now you have a project folder under git control. (Sign - there will be a .git subfolder in it)
7. Put the necessary files in the project folder, select them, right-click - Tortoise git -> Add, select files to add under git control
8. Right-click -> git commit - this will add a local repository snippet
9. Git push - enter the password from the repository - voila - your files are on bitbucket
Среди общих рекомендаций:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question