gitlab Command line instructions September 13, 2018September 13, 2018 atul sharmaatul sharma 0 Comments GITLab Command line instructions Git global setup git config --global user.name "XYZ"git config --global user.email "xyz@domain.com" Create a new repository git clone https://gitlab.com/xyz/project.gitcd t1touch README.mdgit add filename.txtgit commit -m "add New File"git push -u origin master Existing folder cd existing_foldergit initgit remote add origin https://gitlab.com/xyz/project.gitgit add .git commit -m "Initial commit"git push -u origin master Existing Git repository cd existing_repo git remote rename origin old-origingit remote add origin https://gitlab.com/xyz/project.gitgit push -u origin --allgit push -u origin --tags Post navigation Previous Previous post: Next Next post: 1 thought on “gitlab Command line instructions” CRUD operations in python using mysqlpassword_verify in PHPMatplotlib pie chartHistogram equalization OpenCVHow to display PDF in HTML using javascriptHistogram OpenCV Python Reply Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website Save my name, email, and website in this browser for the next time I comment.
CRUD operations in python using mysqlpassword_verify in PHPMatplotlib pie chartHistogram equalization OpenCVHow to display PDF in HTML using javascriptHistogram OpenCV Python Reply
How to integrate stripe payment gateway in phpHow to integrate stripe payment gateway in php Stripe Checkout New No need to design payment forms from scratch. Stripe Checkout offers a beautiful, customizable payment flow that ... Read FullRead Full
jQuery AJAX Chat ScriptjQuery AJAX Chat Script Do you need a jQuery chat on your website like you see on Facebook and Gmail? You’re in the ... Read FullRead Full
10 Feb 2018 February 10, 2018 how to get all share link of dropbox folderhow to get all share link of dropbox folder Request and response formats In general, the Dropbox API uses HTTP POST requests with JSON arguments and JSON responses. Request ... Read FullRead Full
CRUD operations in python using mysql
password_verify in PHP
Matplotlib pie chart
Histogram equalization OpenCV
How to display PDF in HTML using javascript
Histogram OpenCV Python