Public Notes by chase_ats Tagged #git
Notes publicly shared by our members.
Subdomain — yourcompany.gitorious.org, Your logo, Page title, Listed on sponsor page - $99 per month
Everything from the Basic plan, Custom CSS, layout.erb, web analytics - $299 per month
#git #SaaS #Software #development #version_control #pub
"This something I’ve been using for quite a while without bad consequences and suggested by Linus Torvalds on the git mailing list.
araqnid’s solution is the proper one for bringing code into your repository… but when you, like me, have multiple equivalent authoritative upstreams (I keep some of my more critical projects cloned to both a private upstream, GitHub, and Codaset), it can be a pain to push changes to each one, every day.
Long story short, git remote add all of your remotes individually… and then git config -e and add a merged‐remote. Assuming you have this repository config:
[remote "GitHub"]
url = [email protected]:elliottcable/Paws.o.git
fetch = +refs/heads/*:refs/remotes/GitHub/*
[branch "Master"]
remote = GitHub
merge = refs/heads/Master
[remote "Codaset"]
url = [email protected]:elliottcable/paws-o.git
fetch = +refs/heads/*:refs/remotes/Codaset/*
[remote "Paws"]
url = [email protected]:Paws/Paws.o.git
fetch = +refs/heads/*:refs/remotes/Paws/*
… to create a merged‐remote for "Paws" and "Codaset", I can add the following after all of those:
[remote "Origin"]
url = [email protected]:Paws/Paws.o.git
url = [email protected]:elliottcable/paws-o.git
Once I’ve done this, when I git push Origin Master, it will push to both Paws/Master and Codaset/Master sequentially, making life a little easier."
#@to_do #simple #git #hacks #good_to_know #version_control #pub
Didn't I use this tutorial for Mobile Ad Scout? Can't remember now.
#git #automation #development #from #delicious #pub
Your browser does not support the video tag. Visualize your Repo GitUp lets you see your entire labyrinth of branches and merges with perfect clarity.
#GUIs #git #open_source #home_page #free #$kippt_bookmark #%on_github #best_of #power_users #dev #mac_apps #pub
#linux #cross-platform #git #version_control #GUIs #pub
#linux #cross-platform #git #version_control #GUIs #pub
#$kippt_bookmark #GUIs #apps #free #git #home_page #mac #open_source #%on_github #pub
#$kippt_bookmark #GUIs #apps #freemium #free #git #home_page #cross-platform #desktop_apps_3_major_OSes #%electron_based #pub
#!TO_TAG_bit #git #dev #version_control #%stack_overflow #bookmarked_on_site #pub
#!TO_TAG_bit #%stack_overflow #bookmarked_on_site #dev #git #version_control #pub
Tower integrates with this apparently
#git #code_review #open_source #integrations #pub