Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

transfer modifications in my server to git?

ChOmar October 14, 2021

i want when i did modification in my files with FileZilla then push it to my branch.

we work right now with Git, everyone has a branch and each one has server FTP the changes are done just local and push it to Git but when we make modifications in FTP (FileZilla) we don't know how to save the work in GIT

is it possible to transfer modifications add in my server to git ?

1 answer

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 30, 2021

Hi @ChOmar

Welcome to the community!

If I got this right you wish to make changes using FileZilla and push back the changes to your remote repositories in Bitbucket?

If yes, then It's not possible via the FileZilla since it's an FTP tool, but you can make changes using FileZilla and then SSH into your server and do a git status and then push your changes over to Bitbucket remote repositories.

For example:

  1. You make changes to files.a in FileZilla
  2. Then SSH into the server and that files directory
  3. Then use git status to see if the changes is correct
  4. Then create a commit with "git commit -m "commit message"
  5. Afterward push your changes over using git push
  6. Check your Bitbucket repositories for latest commit to see the latest changes

I hope this helps!

Cheers,
Syahrul

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events