ubuntu - Netbeans: Loading an existing cloned GIT repo -
i have large local git repository working on. repository contains several other netbeans projects in it. cannot restructure git repo contain single projects, not belong me.
i use graphical netbeans git client on entire repository
however, not want reclone repository, or move different path. can somehow load allready cloned repository netbeans ide?
for now, hacked defining fake php project in repository's root directory. project contains no php (it's bunch of small c++ projects), wanted root project won't try build anything.
as i've found myself in situation many times (start using netbeans after i've cloned , compiled) , looking less "hacky" way this.
ps: please don't start offtopic discussion on merits of using git command line. prefer ui git on command line. netbeans choice of git gui ubuntu, other free gui clients have incomplete functionality.
you can use favorites "open" directory in netbeans:
- open favorites window -> favorites
- right click in favorites window , select
add favorites
- select directory (the repository)
- it added among favorites, right click on it
=> there multiple actions, including e.g. git works same way if invoked on project
Comments
Post a Comment