Sohail Koutari.
    • Home
    • About
    • Projects
    • Experience
    • Certification
    • Techstack
    • Contact
    Copyright © 2025 Sohail Koutari.All rights reserved.
    GitlabGitHubLinkedInTwitterWhatsAppDiscordInstagramyoutubeMail
    • Certification
    • Experience
    • Contact
    • Access

    Automated Git Committer

    aceternity logo
    esc
    F1
    F2
    F3
    F4
    F5
    F6
    F7
    F8
    F8
    F10
    F11
    F12
    ~`
    !1
    @2
    #3
    $4
    %5
    ^6
    &7
    *8
    (9
    )0
    —_
    + =
    delete
    tab
    Q
    W
    E
    R
    T
    Y
    U
    I
    O
    P
    {[
    }]
    |\
    caps lock
    A
    S
    D
    F
    G
    H
    J
    K
    L
    :;
    "'
    return
    shift
    Z
    X
    C
    V
    B
    N
    M
    <,
    >.
    ?/
    shift
    fn
    control
    option
    command
    command
    option
    backend

    Automated Git Committer

    ― A Node.js script that automates making random Git commits with dates within the past year using simple-git and momentjs

    A Node.js script designed to automate the process of making random commits to a specified file within a Git repository. Utilizing simple-git for streamlined Git operations and moment for precise date manipulation, this tool simulates a realistic commit history by generating random commit dates within the past year. It writes these dates to a file and performs multiple commits based on user-defined parameters, making it ideal for testing and demonstration purposes. The project leverages Node.js for server-side execution, simple-git to interact with Git, and moment to handle date generation and formatting. This script simplifies the process of creating varied commit histories, enhancing the functionality of Git repositories for development and testing scenarios.

    Source Code

    Tech Stack:

    Node.Js
    Simple-git
    Moment.Js
    Git

    Keywords:

    #Node.Js
    #Git
    #Simple-git
    #Back-end
    Source Code
    Back