Category: Uncategorized
24
Jun
Push The Changes To Git Branch
by admin
No Comments
In this article I have cloned a project from Git and created a branch called feature/ticket2 in local. After required changes in feature/ticket2 branch pushed...
24
Jun
Clone Git repository To Local Using Command Line
by admin
No Comments
Step 1 : Go to htdocs in command line. cd htdocs Step 2 : create a directory in htdocs for your project where you want to clone from...