gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

How to initialize a project(Push an existing folder)

Open xiaoniuqiu opened this issue 4 years ago • 0 comments

Hi: I've created the project through the API Now I want to initialize the local project to gitlab through API

Want to implement the following command

cd existing_folder git init git remote add origin xxx git add . git commit -m "Initial commit" git push -u origin master

Hope to solve the puzzle. Thank you

xiaoniuqiu avatar Jul 19 '21 02:07 xiaoniuqiu