Skip to main content

Posts

Best Investment of Time

Most of us have a common question of "What should I do in my free time?" which will help you to improve your life skills or even help your life financially.  Frankly speaking there is not straight one word answer and also the answer depends on person to person. First lets decide what is your interest or what is best skill. You might be interested in Body building Do it your Own (DIY) projects Knowing things Programming Testing Applications Destroying things :-) Talking about movies Roaming etc.., What ever it is, first thing is don't be lazy, you have to do your interest day to day else that interest will became obsolete. And second thing, lets share that to other people in the world. Internet is a common thing for us now a days. Use that resource wisely. Increase your contact and make people know about you. Upload videos Create Blogs Answer people questions online Publish articles Create Apps and publish it on Play store  etc.., Basic

Git and Github useful commands

Working on a personal forked repository Most of the time when you are working in an organisation who uses git, you will be requested to fork the project and create pull for your feature or bug fixes (Most of the open source contribution in git will be happening like this). In this note I will let you know some useful git commands which will be very helpful for you in your day to day life with git. I am not going to explain any git technical terms. I am assuming you already know about it or all those terms are linked to a proper source for more information. Lets start. You can fork any github project by clicking the fork icon on  the top right of a repository.  git clone git@github.com:<your-github-id>/Project.git  - to clone your forked Project (personal repo) cd Project/  - get into your repository git fetch origin  - will fetch all the details/indexes (branches and commits) from  remote origin but will not apply. git branch  - is used to check a

My First Post

After lot of thinking and research me too started a blog finally to share my knowledge :-). Not everybody know everything but also everybody else don't know what we know. So lets share and gain knowledge with Win Win approach.