Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
762 views

Git: how maintain (mostly) parallel branches with only a few difference?

Scenario: I'm trying to get my unix dot-files under git. I have to work between (at least) the cygwin environment and some standard linux distros (ubuntu and opensuse), and I have files/lines of code ...
3
votes
2answers
2k views

In Eclipse 3.5 (and with the Aptana plugins), how do I get a view that I can use to show my project, including “dot” files?

I've managed to get the various project explorer views to show dot files, such as .htaccess, but if I ever close the project and reopen it, the dot files no longer show up in the view. Am I missing a ...
1
vote
4answers
128 views

Regex to catch all files but those starting with “.”

In a directory with mixed content such as: .afile .anotherfile bfile.file bnotherfile.file .afolder/ .anotherfolder/ bfolder/ bnotherfolder/ How would you catch everything but the files (not dirs) ...