Arkain Guides
What's new?Getting StartedUser GuideCredit And MembershipFAQ
  • Arkain Guides
  • Getting Started
    • What is Arkain?
    • Quick Started
  • User Guide
    • Dashboard
      • Container
        • Container Specifications
        • Container Management
          • Creating Container
          • Import GitHub Repos
          • Container Settings
            • Init Script
            • Environment Variable
            • Container Upgrade
            • Rename the Container
            • Container Sharing
          • Container Run / Stop / Delete
        • Auto-off
        • NVIDIA Tesla T4 GPU Container
        • Inactive Container
      • Credit Usage
      • Billing
        • Coupon
    • Workspace
      • File Management
        • Move
        • Open / Close in Editor
        • Properties
        • Import / Export
        • Compress / Extract File
      • Commands
      • Source Code Management Git
        • Git Sidebar
        • Branch
        • Changes / Historys / Event tabs
        • Add
        • Commit
        • Push
        • Pull
        • Ignore
        • Diff
      • Collaboration
        • Container Sharing
        • Co-Editing
      • SBOM Management
      • Multi Project
      • URL / Port
      • Keyboard Shortcut
    • Arkain AI
      • What is Arkain Snap
      • What is Side Chat
        • How to use Side Chat
      • Supported Models
      • Auto-completion
    • Templates
      • Create a Template
      • Browse Templates
      • Manage a Template
      • Malicious Templates and Comment Policy
    • Bug Reporting
    • Key Terms
  • Credits & Membership
    • About Arkain Beta Crew
    • Credits
      • Calculate Your Credit Usage
      • Purchasing Credits
    • Membership
      • Subscribing to Membership
  • FAQ
    • FAQ
      • How to run as background process
      • SSH Configuration
      • Why my container blocked
      • I want to use Selenium.
      • How do I copy / paste from the terminal?
      • Official Template Guide
        • Web with Open API
  • What's new?
    • Arkain Release Note
      • March 31, 2025
      • Apr 7, 2025
      • Apr 14, 2025
      • Apr 24, 2025
      • May 15, 2025
      • May 23, 2025
      • Jun 5, 2025
Powered by GitBook
On this page
  • Examples of Errors
  • Commit
  • Checkout
  • Push
  • Pull

Was this helpful?

Export as PDF
  1. User Guide
  2. Workspace
  3. Source Code Management Git

Changes / Historys / Event tabs

PreviousBranchNextAdd

Last updated 2 months ago

Was this helpful?

Check the revision status of the current project files / folders in the Changes, Historys, Event tab of the Git Sidebar. You can use key Git commands such as Add, Commit, Push, Pull, and Ignore here.

In the Changes tab, you can easily see whether a file is staged or unstaged at a glance. In the Historys tab, you can view commit history, and in Event tab, you can see what you've been working on using Arkain's Git GUI.

We've also added a walkthrough feature that tells you in more detail what caused the failure and offers solutions to the problem, making it easier for beginners who aren't familiar with Git.

Examples of Errors

Commit

  • Reason: You haven't entered a commit message

  • Solution: After pressing the Commit button, fill in the commit message and commit again.

Checkout

  • Reason: The following error occurs when you make a branch change without saving your changes.

  • Solution: There are 3 possible workarounds

1

Commit the changes directly to the current branch and then change the branch.

2

Force checkout to delete unsaved changes and then change branches.

3

Pressing Smart Checkout will merge your current changes into the branch you are moving to.

Push

  • Reason: If you don't have permissions on the Git origin repository, the following error occurs.

  • Solution: After pressing the [Register Permissions] button, enter ID, PW(Password), and push again.

Pull

  • Reason: Occurs when an automatic merge fails after receiving a Git pull.

  • Solution: Click View Conflicting Files to open a list of conflicting files. Resolve the conflicts in the open files before committing.