Sunday, June 8, 2014

Avisi B.V. 2014


If you ever have the need to manage miele shop source code of a personal project (you have many, haven’t you?) you can use private repositories in Stash. They are a bit hidden, but if you go to your profile, you will quickly notice the ‘Create Repository’ button.
Just in case you want to do the latter, let me show you how to do that: create a personal repository from your profile page, name it ‘home’. In your home folder git init an empty git repository Rename the .git folder to .home.git (this is to prevent problems that you might encounter with nested git repositories). Create an alias to work with that renamed folder: alias home='git --work-tree=$HOME --git-dir=$HOME/.home.git' Use the ‘home’ repository as your origin: home remote set-url origin ssh://git@insight.avisi.nl:7999/~gerstree/home.git miele shop Create an appropriate .gitignore file cause you probably don’t want to track everything. Here’s mine: * !/.mutt !/.mutt/* !/.mutt/** Now if you want to add a single (dot) file to the repository, use home add -f to force that. If you want to track all contents of (dot) folders, do something like the mutt example from my config file. Start tracking! But remember to use home instead of git for all git commands. This entry was posted in Uncategorized . Bookmark the permalink .
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del miele shop datetime=""> <em> <i> <q cite=""> <strike> <strong> miele shop
Recent Posts Creating Camel routes on-the-fly using OSGi Using Pixelapse as a designer among developers Continuously exercise miele shop your code ownership miele shop Software Development Without Relations Don’t team up with a Type III developer My deep-dive into website development Two-factor authentication on OSX (a YubiKey example) Content management with Prismic How to keep a fast build with Browserify miele shop and ReactJS It’s not about development stupid! miele shop New virtualization infrastructure miele shop One awesome (build) stack from the present Why you should use BrowserSync miele shop How we didn’t want to use Mongo, but ended up using Mongo Adding value to integration – evolving from the trade mission Techday ‘Go’ at Avisi. Join us! HTML5 canvas in the browser and on the server Integration is often like a trade mission Atlassian Stash – private repositories What’s on your mind? We’ll blog about it!
Agile Atlassian Atlassian Experts Automation miele shop Big Data camel Conference Confluence Database Development Devoxx Esconfs Eurostar Event GIT HTML5 Intranet Java Javascript JBoss JIRA Learning Manchester Marketing miele shop Maven OnDemand miele shop performance Product Requirements Results Scala scrum Security Selenium Social Software Software Architecture Software Development Spring Techdays Techniques Testing Tooling Trust Wallboard
Avisi B.V. 2014

No comments:

Post a Comment