How to change last commit message and code for local and remote git ?
Sometimes, you commit some changes in git, as well as push those to remote server and later … Read more
Sometimes, you commit some changes in git, as well as push those to remote server and later … Read more
Recently, I needed to clone the ndk while downloading Android source, ndk size to clone was more … Read more
As we seen in our last two posts “How to create git repository in Github” and “Starting … Read more
In our last post, we seen how to create a remote repository in github which actually uses … Read more
Today while trying to clone big repository using “git fetch” we encountered following error, “fetching iteration / … Read more
Recently somehow our git got corrupted and we couldn’t push our code to server and got an … Read more
Recently we did one find and replace in our existing git using command mentioned at “Grep and … Read more