Hi all,
source tree is new one for me
what is the functionalities or purpose of 'Shelve', 'fetch', and 'HG Flow' in the tool bar of source tree work bench?
I'm not sure what "Fetch" means, as i use Git, and brief research suggests it is NOT the same as git fetch.
"Shelve" will take a snapshot of your current changes and store them in a small package separate from any commit or branch, then will clear those changes from your working copy. The "shelved" changes can later be re-applied to any branch (including the one you originally shelved from). This is most often used to temporarily get local changes out of the way in cases where you aren't ready to commit, but you want to pull changes from a remote.
HG Flow is a tool to streamline an OPTIONAL workflow. You can find out more about this workflow here: https://andy.mehalick.com/2011/12/24/an-introduction-to-hgflow
Hi Seth Foss,
sory for late reply Foss. your information is helpful for me.
i have a another question. why below notification is occur when work with git
and also when i try to first commit to the git repository, the index error is occur why? what is index and how to create it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your loose objects dialog is from Git Gui, not SourceTree, so this isn't the best place to ask the question. I did find an answer on StackOverflow.
Also, I can't answer your question about the inde error without more information. What is the error message?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.