You can try using Source Tree https://www.sourcetreeapp.com/, no need to learn heavily the command line git, all the non coders need to do is copy their files to your repo, then commit and push if there are no complications that will arise.
The only bad side of this is if there will be merge issues that needs to be resolved, it might mess up the code or you can’t proceed pushing your changes
Related Posts:
- How do I delete a Git branch locally and remotely?
- How do I delete a Git branch locally and remotely?
- How do I rename a local Git branch?
- How do I undo the most recent local commits in Git?
- How can I switch to another branch in git?
- Download single files from GitHub
- What does “Git push non-fast-forward updates were rejected” mean?
- How can I reset or revert a file to a specific revision?
- Set up git to pull and push all branches
- Invalid VCS root mapping – 3 errors on my project
- Updates were rejected because the remote contains work that you do not have locally
- how to reset develop branch to master
- How can I see the changes in a Git commit?
- How can I delete all Git branches which have been merged?
- Pull latest stable release via git [closed]
- Painless way to track remote Git repo for WordPress updates
- Questions about Git and WordPress [duplicate]
- What is git tag, How to create tags & How to checkout git remote tag(s)
- What is the best (and safest) way to merge a Git branch into master?
- Squash my last X commits together using Git
- How to apply a patch generated with git format-patch?
- Abort a Git Merge
- How to delete a remote tag?
- Updates were rejected because the tip of your current branch is behind its remote counterpart
- How do I remove a submodule?
- Git push results in “Authentication Failed”
- What does “Changes not staged for commit” mean
- git: fatal: Could not read from remote repository
- Git push results in “Authentication Failed”
- How do I update Homebrew?
- Git error when trying to push — pre-receive hook declined
- Ignoring directories in Git repositories on Windows
- Gitignore not working
- Could not open a connection to your authentication agent
- How to get just one file from another branch?
- git checkout a single file from another branch and put in different folder
- Update Git branches from master
- Stash only one file out of multiple files that have changed with Git?
- Create a branch in Git from another branch
- What is HEAD in Git?
- What are the differences between git remote prune, git prune, git fetch –prune, etc
- How to get the current branch name in Git?
- How can I git stash a specific file?
- How do you stash an untracked file?
- Filename too long in Git for Windows
- What is the difference between git rm –cached and git reset
? - What does git rev-parse do?
- git – pulling from specific branch
- How to name and retrieve a stash by name in git?
- GitHub: invalid username or password
- Why do I have to “git push –set-upstream origin
“? - Stash just a single file
- Git – Ignore node_modules folder everywhere
- Git: cannot do a partial commit during a merge (SourceTree)
- How to undo ‘git reset’?
- master branch and ‘origin/master’ have diverged, how to ‘undiverge’ branches’?
- fatal: Not a valid object name: ‘master’
- Git and nasty “error: cannot lock existing info/refs fatal”
- How do I delete a local repository in git?
- git pull from master into the development branch
- Clone A Private Repository (Github)
- Throw away local commits in Git
- Hard reset of a single file
- How to remove remote origin from a Git repository
- .gitignore and “The following untracked working tree files would be overwritten by checkout”
- Delete all local git branches
- How to clone a specific Git tag
- Why does ‘git commit’ not save my changes?
- How do I copy a version of a single file from one Git branch to another?
- Git: cannot checkout branch – error: pathspec ‘…’ did not match any file(s) known to git
- What is the difference between pull and clone in git?
- How do I clone a single branch in Git?
- Git update submodules recursively
- Do a “git export” (like “svn export”)?
- What does git push origin HEAD mean?
- “fatal: HttpRequestException encountered.” Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support
- Git’s local repository and remote repository — confusing concepts
- How do i git push specific branch?
- fatal: could not read Username for ‘https://github.com’: No such file or directory
- How can I see which Git branches are tracking which remote / upstream branch?
- Could not create work tree dir ‘example.com’.: Permission denied
- TortoiseGit-git did not exit cleanly (exit code 1)
- How to answer the git prompt in npm init for a local repo
- How to `git pull` while ignoring local changes?
- Uninitialize git repository
- How to create a local branch from an existing remote branch?
- How do I clone a subdirectory only of a Git repository?
- How to configure git bash command line completion?
- What is the .git folder?
- Updating and committing only a file’s permissions using git version control
- Create empty branch on GitHub
- Git – fatal: Unable to create ‘/path/my_project/.git/index.lock’: File exists
- WordPress and Git – What folders should I track?
- Should I use SVN or Git?
- storing database in version control
- Is it better to create a Git repository at the root level or in the WordPress theme directory?
- What is the usual process of saving changes made at the CMS level into source control?
- Collaboratively develop a WordPress site
- How should I be handling my theme version numbering?
- WordPress on git – need help with configuration