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 ?
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:
I hope this helps!
Cheers,
Syahrul
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.