Skip to content

Instantly share code, notes, and snippets.

View jilani53's full-sized avatar
🥷

Jilani Ahmed jilani53

🥷
View GitHub Profile
@jilani53
jilani53 / Git_commands_list.md
Last active September 3, 2025 15:59
Git Commands List

Initialization

Details Commands
Initialize a local Git repository git init
Create a local copy of a remote repository git clone ssh://[email protected]/<username>/<repository-name>.git

Local/Working directory to Stage

Details Commands
@jilani53
jilani53 / Git-commands.md
Created March 19, 2024 11:39 — forked from vimal-verma/Git-commands.md
A list of Git commands

Git Commands

A list of Git commands

feel free to star this



/* ------------------------------------------------------
* From : Dropdown Category List
* -------------------------------------------------------
* Get value by POST Method i.e. $_POST['post_category'];
*/
<div class="form-group">
<label class="control-label">Categories: </label>
<?php wp_dropdown_categories(array(
@jilani53
jilani53 / most-useful-terminal-command-list.txt
Created June 22, 2022 03:45 — forked from iqbalrony/most-useful-terminal-command-list.txt
A list of most used terminal command list.
=======================================================================
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//////////////// Most Useful Terminal Command List \\\\\\\\\\\\\\\\
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
=======================================================================
01. Current Working Directory: