I made git init on the remote server via putty, added a remote repository, I pull and the master branch is pulled. And we need another specific branch. How to set it?
This is what's in the git config file.
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "engage.dev"] url = https://github.com/my_repository/repo.git fetch = +refs/heads/*:refs/remotes/engage.dev/*