Basic Git Commands - Atlassian Documentation
Basic Git Commands - Atlassian Documentation
Basic Git Commands - Atlassian Documentation
For more detail, check out the Atlassian Git Tutorials for a visual introduction to Git commands and
workflows, including examples.
Tell Git Configure the author git config --global user.name "Sam Smith"
who you name and email
git config--globaluser.email
are address to be used
[email protected]
with your commits.
1 of 4 08/07/2016 09:40 AM
Basic Git commands - Atlassian Documentation https://conuence.atlassian.com/bitbucketserver/...
the remote
repository):
2 of 4 08/07/2016 09:40 AM
Basic Git commands - Atlassian Documentation https://conuence.atlassian.com/bitbucketserver/...
Preview changes,
before merging:
3 of 4 08/07/2016 09:40 AM
Basic Git commands - Atlassian Documentation https://conuence.atlassian.com/bitbucketserver/...
Changes already
added to the index,
as well as new files,
will be kept.
Was this helpful? Yes No
4 of 4 08/07/2016 09:40 AM