People often ask questions that what are add-on benefits of Eclipse ADT over Classical GUI workbench. Well, there are many including offline code preservation and one the most important: Native Eclipse Features! They are easy to use yet powerful and make work easy for the day.
Tag: delete
Git Branching
« Previous Index Next » Branching is the creation of the replica of a particular branch so that parent branch remains unaffected. New branch can have new features and can be used later to merge with parent branch. Create a new Local branch: Select the Branch which you consider as Parent branch(say 'master' in this case). … Continue reading Git Branching