Can i commit files directly to the webserver and how do i do it?

Victor Uland December 7, 2015

Hi!
Wondering if i through Sourctree app and Bitbucket server could commit/push the files direct to the webserver without having to copy my build there?

1 answer

0 votes
Johannes Kilian
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 7, 2015

This is rather a question about git and the concept of git than on Sourcetree and Bitbucket Server.

Short Answer: No, you cannot.

The basic principle of git is to work on local repositories, where you commit to directly. As git is a distributed version control system, you can define remote repositories to synchronize your local repository with.

You might write a script or define a git alias to do both actions in one step - nevertheless you need a local repository

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events