Category : Git
ItSolutionStuff.com have tutorials for Git, here you can study articles of Git, Git posts collection, most popular and useful tutorials of Git, here you can find list of all relevant posts and example about Git, we have lists of tutorials and examples about Git.very simple and quick example collection of Latest Git category.

How to merge branch to master git command line?
Do you have question how to merge branch to master github command line? than i am here for help to git merge branch to master. i will guide you step by step how to merge branch in git. i written all command for github merge branch into master branch. Almost developer knows how to pull, how to commi.....

How to git ignore file permissions changes for commit?
When i was working on my PHP Laravel project and i clone project from git repository. I just composer install and then change storage folder permission. then i just run bellow command: <pre> git status </pre> I found list files of storage folder even i didn't changes on that file. I was thinking why.....

Solved - fatal: Failed to connect to bitbucket.org port 443: Network is unreachable
When i was working on my project repository i found error "fatal: unable to access 'myrepo' Failed to connect to bitbucket.org port 443: Network is unreachable" few day ago. when i going to just git pull command i found error like as bellow: <pre> fatal: unable to access 'https://[email protected]

Solve - fatal: Unable to create '/myproject/.git/index.lock': File exi
When i was working on my laravel 5 application, i did all the changes i did but when i had gone for push then i found this fatal error. It's not able to create index.lock file in .git folder. I also give full permission to .git folder and also try to remove direct index.lock file from .git directory.....

How to find deleted file in git repo history log?
Onetime i was need to check which files i deleted before, When i was working on my laravel application. I was try to find how to show deleted files log from git command. But at last found git command from google search. we can view all deleted file log from our git repository. So, let's fire bellow .....

How to set git config username and email?
When you first time create your git repo or clone project from git repo then you must have to set username and email. You can also set global username email and also you can set per repository username email. So, in this post in bellow command through you can set global git username and email. <stro.....

Git - error failed to push some refs to git resolve?
I fetch this error i was working on my php project and when i need to add that project on my bitbucket account. so first i create repository on my bitbucket account and clone that repo. but when i push first time my projects i found following error: <pre> error failed to push some refs to https://i.....

How to git force pull from remote branch ?
When i was working on my Laravel application using git bitbucket repository, i fatch problem when first i did commit on my master branch and i think i did 3 or 4 commits, and my project partner pull also in his local system ,but we did wrong code in this commit so we required to remove that 3 or 4 c.....

Git remove last commit from local
Git is distributed version control system that is a awesome. when ever you are working with git repository. if you did commit your code in your local system by mistake, then if you want to remove last commit from your project. so let's see following example: <strong class="example">Example:</strong>.....

How to revoke 'git add' before 'git commit' ?
Sometimes you need to undo your git file before you git comment command. Because you made a some misteck or wrong code and you did git add using "git add ." command then you think how to undo your code before git commit command. But you can do that using git reset command, if you need to undo all fi.....

How to remove current changes from local system in Git ?
Git remove all current changes, if you did some wrong code in your project and you want to remove from git. then you can simply remove by git checkout command.i mean you did changes in your local system from git. you can use this command. <pre> git checkout . </pre> Try this..
Featured Post
Random Post
- How to create a text file for JSON and file download in Laravel?
- How to add pagination with union in Laravel 4 and Laravel 5 ?
- How to get Lat and Lon from google map API in Jquery PHP?
- Mysql Hexadecimal color code store in binary datatype.
- Which MySQL datatype use for store an IP address?
- Autocomplete with images and custom html code in Jquery UI?
- How to set Datepicker in bootstrap?
- How to check Object is empty or not in Jquery/JavaScript ?
- How to add ckeditor with image upload in Laravel ?
- How to remove current changes from local system in Git ?
- How to convert line breaks to br in jQuery ?
- How to create responsive menu in html/PHP ?