Category: Coding

Get Current branch name in GIT

Generally there might be many branches inside a GIT repository and when you are working on multiple repositories you might know which branch you are currently working on. So there are 2 ways to...

MySQL server has gone away

The above error you may have encountered when importing a large SQL file. This error occurs frequently along with bundled software like xampp when you try to import a large sql file via phpmyadmin...

Git Add,Commit,Push in a single command

Sometimes you may find it difficult to enter Git add and then do a commit and then push in a single command Open the GIT and add this command Once you have added this...