There are situations where you just committed a change in git and just after that realized you made a mistake in the last commit. If you haven’t pushed that code then the last local changes can be undone with this command.
Creating Git branch in detached HEAD State
Recently, I came across a situation where I checked out a git branch and it showed me this message related to detached HEAD state: You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can d ...
Codenvy and BitBucket Integration
OK, this post is a quick one about BitBucket integration. Let's go! In your Codenvy workspace go to Profile > Preferences > SSH > VCS and generate a key and give it the name bitbucket.org. This will generate a key for you. Copy this key by ...
List of FREE services & tools Startups should be using
I have curated a list of free tools, services, and apps that startups could and in fact should use to grow at the initial stage. Free doesn't mean they lack quality, instead, these free tools are from top-notch companies like RedHat, Google, Asana, a ...
git – the simple guide
setup Download git for OSX Download git for Windows Download git for Linux create a new repository create a new directory, open it and perform a git init to create a new git repository. checkout a repository create a working copy of a loca ...