latest 20 messages by l4v2

+ [2016-09-05T03:54:37Z] l4v2 are there jobs just as a software maintainer?
+ [2016-08-30T20:33:13Z] l4v2 what does it mean when I run git branch and all of the branches are the same color except for one of them?
+ [2016-08-14T15:41:00Z] l4v2 wrong room, sorry
+ [2016-08-14T15:40:54Z] l4v2 would I use resource instead of resources in routes path based on the actions or the occurneces inf the project? So say I have one shoping cart, but it ists many itmes, would that be resources items and resource cart show
+ [2015-11-28T04:02:00Z] l4v2 Sry wrong room
+ [2015-11-28T04:01:41Z] l4v2 I tried running brew install qemu on my mac. It says I need 'glib-2.22 gthread-2.0' does anyone know how to do a yum search type thing on a mac to find what packages those are in?
+ [2015-11-22T02:22:07Z] l4v2 to get ALL the files
+ [2015-11-22T02:21:57Z] l4v2 and when working with folders a lot of time you have to use the -r option
+ [2015-11-22T02:20:56Z] l4v2 cp will keep the file in the directory and move will move it. They both end up going to the same place though, just depends on what you want to do with the current location of it
+ [2015-11-22T02:19:44Z] l4v2 don't start branching until you go through this tutroial http://pcottle.github.io/learnGitBranching/
+ [2015-11-22T02:18:28Z] l4v2 Branching can get out of control quick if you don't know how to work with it, and by out of control I mean you could loose your project
+ [2015-11-22T02:17:51Z] l4v2 If you are new, then just add it to your master branch.
+ [2015-11-22T02:09:22Z] l4v2 ok, well I have to go.
+ [2015-11-22T02:08:08Z] l4v2 mv -r this_folder projects_path/
+ [2015-11-22T02:07:43Z] l4v2 if their is any issue, then you may need to use the recursive option to get all of the files in the folder
+ [2015-11-22T02:07:07Z] l4v2 mv this_folder projects_path/this_folder
+ [2015-11-22T02:05:55Z] l4v2 git add will add everything in your projects directory. You have to move the folder into the projects directory
+ [2015-11-22T02:05:07Z] l4v2 qwerty322 did it work?
+ [2015-11-22T02:02:55Z] l4v2 I'm sorry, git status not git init
+ [2015-11-22T02:02:26Z] l4v2 but I haven't used git in a while, that's why I'm here lol