gitlab4j-api
gitlab4j-api copied to clipboard
How to initialize a project(Push an existing folder)
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