Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

software upload in git

web app designs 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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