Skip to content
View gunjanpatel's full-sized avatar
Block or Report

Block or report gunjanpatel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gunjanpatel/README.md

Hi, I am Gunjan Patel 👋

Great. I am Full Stack Developer, but I enjoy working mostly with backend stuffs.

// TODO 🤔

Pinned Loading

  1. joomla/joomla-cms joomla/joomla-cms Public

    Home of the Joomla! Content Management System

    PHP 4.7k 3.6k

  2. joomla/jissues joomla/jissues Public

    Issue tracking application extending GitHub's issues and pull requests for the Joomla! project.

    PHP 71 82

  3. Git HowTo: revert a commit already p... Git HowTo: revert a commit already pushed to a remote repository
    1
    ### Revert the full commit
    2
    Sometimes you may want to undo a whole commit with all changes. Instead of going through all the changes manually, you can simply tell git to revert a commit, which does not even have to be the last one. Reverting a commit means to create a new commit that undoes all changes that were made in the bad commit. Just like above, the bad commit remains there, but it no longer affects the the current master and any future commits on top of it.
    3
    
                  
    4
        git revert {commit_id}
    5
    
                  
  4. amazon ec2 LAMP and FTP installation... amazon ec2 LAMP and FTP installation and setup
    1
    Amazon ec2 LAMP and FTP installation and setup
    2
    ===========
    3
    
                  
    4
    ### Tutorial: Installing a LAMP Web Server on Amazon Linux
    5
    
                  
  5. GoBankApi GoBankApi Public

    Go

  6. GoServerless-httpTrigger GoServerless-httpTrigger Public

    This repo is just to learn the Serverless GO with Azure

    Go