Hi Niranjan,
Very useful tip. Also git stash[1] is very useful when you are working on
multiple branches and when you want to switch to another branch without
committing to remote repository.

[1] http://git-scm.com/book/en/v1/Git-Tools-Stashing

Regards,
Inosh

On Tue, Oct 28, 2014 at 10:07 AM, Niranjan Karunanandham <[email protected]>
wrote:

> Hi all,
>
> Gitignore is used to ignore the list of files that should be ignored by
> git. This is very useful when you want to add all the changes that you have
> made to your local repository without having to worry about accidentally
> adding temporary files (created by gedit or vim) and IDEA files.
>
> This repo[1] gives a list of gitignore based on your requirement.
> Temporary files also need to be ignore[2].
>
> [1] - https://github.com/github/gitignore
> [2] -
> http://stackoverflow.com/questions/23703923/gitignore-is-not-ignoring-my-vim-temporary-files
>
> Regards,
> Nira
>
> --
>
> *Niranjan Karunanandham*
> Senior Software Engineer - WSO2 Inc.
> WSO2 Inc.: http://www.wso2.com
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Inosh Perera
Software Engineer, WSO2 Inc.
Tel: 0785293686
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to