This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .gemini/commands/commit.toml | |
description="Stages all changes and generates a commit with an automated, structured message." | |
prompt = """ | |
Your task is to stage all current changes, generate a structured and concise commit message based on those changes, and then perform the git commit. | |
First, stage all changes in the current directory using the `git add .` command. | |
After staging, analyze the staged changes to understand the modifications by reviewing the output of `git diff --staged`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="author" content="Made with ❤ by Jorge Epuñan - @csslab"> | |
<title>jQuery Timeline 0.9.54 - Dando vida al tiempo</title> | |
<link rel="stylesheet" href="css/style.css" media="screen" /> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
<script src="js/jquery.timelinr-0.9.54.js"></script> |