We've previously used Accurev as version control for our project now we moved to GIT. In Accurev, we can able to create files as links(soft/hard). But in GIT, if we push the hard/soft link files, its committed as physical file only. We are using solaris for our project. Will Git support these kind of link file type? Is there anything we can do with git-hooks?
If any one knows, Please help.