Showing posts with label SourceTree. Show all posts
Showing posts with label SourceTree. Show all posts
Tuesday, August 18, 2015
Source tree - can't commit after starting a merge
http://stackoverflow.com/questions/22135465/cant-commit-after-starting-a-merge-in-sourcetree
Sourctree errors - Could not update one or more files, please check that no other application is locking your files
https://jira.atlassian.com/browse/SRCTREEWIN-2366
Wednesday, August 5, 2015
Branch
Checkout a branch
then click on branch on the tool bar under file menu bar to create a branch
modify then commit, (then if want to patch then click on "" to do patch)
after commit then do push
select the push from and the remote want to push to
then click on branch on the tool bar under file menu bar to create a branch
modify then commit, (then if want to patch then click on "" to do patch)
after commit then do push
select the push from and the remote want to push to
Friday, July 24, 2015
SourceTree tutorial
https://www.atlassian.com/git/
pull down rep
stages files (ready to go file)
commit , snapshot of staged file
then push to master
https://www.youtube.com/watch?v=srXdUml4_HM
git for age 4 and up
https://www.youtube.com/watch?v=3m7BgIvC-uQ
https://answers.atlassian.com/questions/244429/unknown-user-in-sourcetree
pull down rep
stages files (ready to go file)
commit , snapshot of staged file
then push to master
https://www.youtube.com/watch?v=srXdUml4_HM
git for age 4 and up
https://www.youtube.com/watch?v=3m7BgIvC-uQ
https://answers.atlassian.com/questions/244429/unknown-user-in-sourcetree
git config --global user.name "Jennifer Connor"git config --global user.email "your@email.com"
Subscribe to:
Posts (Atom)

The author name and e-mail is configured in Tools -> Options -> General.
In Repository -> Repository Settings -> Advanced it does not matter if 'Use global user settings' is checked or not.