18 Eylül 2019 Çarşamba

NovuGit

GitLab Instructions

 Now we will start to use GitLab as our project management environment and instructions are typed here.

 We use Novumare Technologies account as GitLab project owner which is seen with @novumaretech nickname.

 In this account we created a new Group named NovuGrup. We added developers into NovuGrup.
In NovuGrup we created a new Project named NovuPort.

 Necessary configurations has made. Developers can clone the repository easily from NovuPort screen. We use "Clone with HTTPS" for now.
 After we copy the link, we open a folder dedicated for the project. We open Git Bash there.
 Now we use "git clone [copiedUrl]" to clone repository into our local folder.

 We can use "git remote -v" to see that "origin" repository had been added.
 Now we use "git checkout -b [ourName]" and create a branch with our name.
For example "git checkout -b isa" for my case.
 We will use our branch to develop our part.

 When we make change, we use "git add ." to add changes to the git stack. Then we use "git commit -m "message" to commit the git stack into git history.
 We use "git push origin [ourName]" to push committed changes to our branch.
 Finally we go to the Repository->Branches on GitLab and send "Merge request" of changes to the "master branch".

 If the project owner, @novumaretech in this case, accepts the "Merge request", then the change is made on the "master branch".

Hiç yorum yok:

Yorum Gönder

NovuGit

GitLab Instructions  Now we will start to use GitLab as our project management environment and instructions are typed here.  We use Novu...