Below command shows, all the git branches (local, remote) in the local git repository. The remote branches list the local git repository won’t be updated automatically even someone removes the remote branch on the server. We can use the below command to update the local list of remote git branches. Instead of the above command,…
There are so many blog post explains the complex process of setting a custom icon for a folder in OS X. Neither I don’t want to run complex scripts nor go through some complex process. I found a simplest solution on the Github by Gregory Zuckerman. I cloned his Github icons repository to my github account. You…
I am developing lot of examples for Angular 2, find those examples on Github. Here are some important examples: ContactsManager GithubDashboard NotesApp VehiclesApp CustomValidator I will be updating these examples as Angular 2 progresses.