OneProjectFile
Version control for creative professionals
Get Started or browse privacy policy

Version Control for Creative Professionals

A version control software gives you the ability to store all versions of your file in a single place and not worry about filenames and organisation. Think of it like having just one file stand to store all versions of your file!

Version control has been standard practice in software development to keep track of changes to code for years now. However, when it comes to working with files other than textual files you're usually out of luck.

OneProjectFile aims to bring basic version control functionality to a wide range of filetypes. And this is achieved by storing all the files in the user’s Google Drive.

 example project

Getting Started

New Project

To create a new project click the New Project button on the top left corner.

 new project

In the dialogue box that appears:

  1. Enter a Project Name
  2. Optionally chose a Project Preview image file as this can be added or updated later on. (This is only needed as you cannot preview proprietary filetypes.)

New Commit

Commit is a function to save the current version of a file or project.

To create your first commit click the Commit button on the top left corner. (For subsequent commits you’ll find the commit button on the right bottom corner.)

 new commit

In the dialogue box that appears:

  1. Choose files that you want to commit.
  2. Enter a Commit Message - a short message that indicates the changes made.
  3. Optionally enter a longer description of the changes made.

New Branch

Branch is a version of your project completely independent from the original.

To create a new branch click the Branch: <branch_name> dropdown, which lists all the branches, and click the New Branch button.

 new branch

Clone

Clone is a function to download the current version of a file or project.

To clone a project click the clone button on the bottom right corner

 clone project

To clone just a file click on the file or click the dropdown menu on the right of the file and select the Clone option.

 clone file

Delete

To delete a project or just a commit click the trash icon on the top left corner of the page and select the appropriate option in the dropdown menu.

 delete icon

To delete just a file click the dropdown menu on the right of the file and select the Delete option.

 delete file

Update and Download Preview

To Update or Download the project preview select the dropdown menu under the preview.

 project preview