Quantcast
Channel: Blog Inventic.eu » Git
Browsing all 4 articles
Browse latest View live

Git on windows with Unicode filename support

Today I found out that Windows version of Git doesn’t support Unicode character in file names. After some time spent by searching on google, I found updated version of msysgit with Unicode support....

View Article



Image may be NSFW.
Clik here to view.

How to install and configure git with ssh key

Download git client depends on your OS platform Open your .ppk key in PuTTY Key generator and export key to OpenSSH key: Content of this OpenSSH key store to file ~/.ssh/id_dsa (copy exported key to...

View Article

Git tips

Show files status git status #show all files git statis -u -s #show untracked in short listing Commit with message git commit -m"text" Recursive add files by mask to git git add *.mask -A...

View Article

Tips for versioning systems (Git, svn, mercurial,…)

Get packed archive of changed files from git directory (more info) zip changes.zip $(git diff --name-only) Packed last changes of git: git archive -o qt-changes.zip head $(git diff --name-only) How to...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images