Swamp Things

Jesse & Caidy Planck – Creating Stuff

  • Portfolio
  • Projects
  • About
  • Contact
  • Create a new Git repo from and old repo

    How to extend an old repository as a full copy in a new repository. This preserves the history of the old repository. Future changes will not affect the old repository, but will be committed to the new repository. This originally came from the info found at: http://stackoverflow.com/questions/10963878/how-do-you-fork-your-own-project-on-github [code] // This makes the new repo as […]

    jess

    February 9, 2015
    Uncategorized
  • Git local repositories

    These are some quick examples and notes related to using git with local repositories. Using local repositories can be helpful maintaining file changes without committing to larger repository systems like Github. Instead of syncing with a remote repository, synchronization and changes are committed to the local repository and recorded. First we create a new local […]

    jess

    January 20, 2015
    Uncategorized
  • Sequel

    jess

    December 18, 2014
    Stuff
  • And there’s Cajun meat

    jess

    November 8, 2014
    Stuff
    Louisiana, Stuff that should not be here
  • Boots, nice patina.

    jess

    October 25, 2014
    Stuff
    I, Stuff that should not be here
  • OSX turn off or delay hibernate

    Apple’s Mac OSX hibernate can be delayed indefinitely or turned off by issuing this terminal command. [code] sudo pmset -a hibernatemode 0 [/code] To get back to default normal hibernate mode type this terminal command. [code] sudo pmset -a hibernatemode 3 [/code] So the word is this won’t disable hibernate on battery failures. Haven’t tested, […]

    jess

    October 4, 2014
    Uncategorized
    MacOS
  • Git subproject notes

    I want  to use a project as a tool-set for a big ole work project. The sub-project isn’t mine, I don’t have access to the code, I will probably need to update it as a component of my big project. Some good reading here: https://hpc.uni.lu/blog/2014/understanding-git-subtree/ Some of my first tip-toe basic understanding. [code] # Straight […]

    jess

    August 7, 2014
    Uncategorized
Previous Page
1 2 3 4 5 6 … 29
Next Page

Swamp Things

Proudly Powered by WordPress