Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

software upload in git

web app designs
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 4, 2019

Hello Actually i have a IOS software, and i want to upload it, how do i upload in git?

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 6, 2019

Git is a source control mechanism, not a publishing platform.

You can "upload" whatever you want to a git repository if you have access:

  • git init (to create a repo if you need it)
  • git add <file>  (flags a file you want to add)
  • git commit  (hands all the flagged files to the repository, sticks metadata on them and makes them available to other people)

But, your use of the word "upload" suggests that you don't really know what git is for, and suggests that you are trying to do something very different to "give code to people"

Could you explain what you are really trying to do here?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events