I use the Sourcefree Desktop Application and My Gitbash at the same time push my project to the Bitbucket and Github repository below, which I did
right click to open the bash shell of the folder you want to click First you need to create a key, I advise you to use the same ssh key
create key ssh-keygen -t rsa -C " your_email@example.com "
go to the folder directory, right-click and select git bash then run the following command one after another git init git add. git commit -m "first"
open the desktop application with the source code click + to open the local repo file create a repo on the bitpack then click the repo icon then click the repo icon to add the name: originbit url: "link to the repository you created"
For your bitbucket you should use both public ssh key and private ssh key if you want to use both public and private repository
Use the previously created ssh key go to the TOOLS icon of the sourcefree application Click on the download tab then save it with the extension .ppk keep the same key as the private key and the public key in the same directory do not enter patches yet, to avoid difficulties just save it.
so that it can be loaded into the competition icon
to create a new key go to the source TOOLS icon then click the create button ssh key change the lower number to 2048 but if you canโt change it first create a new key, then drag the mouse around the selected column in the form of a zigzag or in any shape after creation. change 1048 to 2048 so that it can be received in ssh bitpack then recreate a new key then save it as a public key and private key
add the key to Pageant (check the desktop notification for this Pageant key icon) add the ssh private key and ssh public key
Go to your website and add the contents of two ssh keys name them differently
go back to bash shell
git status git add -A git pull originbit master git commit -m "modified code" git push originbit master
create repo on github Open Sourcefree desktop application copy repo url then click repo icon then click repo icon to add then click on sourcefree