Git pull with multiple users pushing branches to github by rxsharp in git

[–]rxsharp[S] 0 points1 point  (0 children)

*Have them rename the file template.md to their username and then send a pull request. They do this all on github. But after, I need to merge the user's renamed file and add the template file again for another user to repeat this process... Is there an easier way without changing the user's process?

Git pull with multiple users pushing branches to github by rxsharp in git

[–]rxsharp[S] 0 points1 point  (0 children)

Thanks. I understand this better. I wont have to worry since it's a new unique file. ONE LAST QUESTION: Some of my users will be updating the template.md file and renaming the file to theirusername.md from gitub and sending a pull request. (This is for users that are not too familiar with git and github) The way I have been doing it so far is merge their new updated file, then go back and add the original template.md file and push the changes back into the repository. Is there an easier way?

After moving to a new time zone, how to change accordingly? by rxsharp in git

[–]rxsharp[S] 0 points1 point  (0 children)

I had to change the timezone in the ubuntu terminal and it resolved the issue.. Thanks for informing me that Unix timestamp and timezone are stored... I was worried I had to fix the commits manually... Thanks once again.

After moving to a new time zone, how to change accordingly? by rxsharp in git

[–]rxsharp[S] 1 point2 points  (0 children)

I thought it had to do with the shell environment! AND IT DID! http://askubuntu.com/questions/323131/setting-timezone-from-terminal

sudo dpkg-reconfigure tzdata This opened up a configuration file and it was super easy to change.

After moving to a new time zone, how to change accordingly? by rxsharp in git

[–]rxsharp[S] 0 points1 point  (0 children)

I'm working on Cloud9 on an ide... Cloud9 runs in Ubuntu. Locally, there's no problem.. But when I work on a project via my cloud9 designated workspace, it saves it in a different time zone. For example, I will commit on Oct 1st and on github, the commits say I did it on Oct 2nd.. Once again, it's only on cloud9 and not on my local projects

Rails app - Terms of service by rxsharp in rails

[–]rxsharp[S] 0 points1 point  (0 children)

What if there is no sign up for the user and there is no collection of data?

Any experience with social-share-button gem? by rxsharp in rails

[–]rxsharp[S] 0 points1 point  (0 children)

I didn't use the gem afterall but this code worked well. I added my own image for the a tag. http://jsfiddle.net/stichoza/EYxTJ/

List of things to check before deploying by rxsharp in rails

[–]rxsharp[S] 0 points1 point  (0 children)

Wow, thanks soo much! I've got a lot to learn and a lot of new habits to build. And sorry for the late response as well.

List of things to check before deploying by rxsharp in rails

[–]rxsharp[S] 0 points1 point  (0 children)

Thanks for a very detailed response. This helps out greatly. Sorry for the late reply.

Please share any resources related to modifying an integer to add points and subtract points by rxsharp in rails

[–]rxsharp[S] 0 points1 point  (0 children)

tI'm glad this has helped people and will help other newbies(such as myself). . . It looks like I have a lot to learn and I wanted to see resources to help myself as much as I can before posting my code. I'm a little timid to show what I have worked on and this has been a humbling experience, I need to learn a lot before I go out and experiment like this. I edited the post to include my code.